Font Property

Determines the font used to draw the barcode captions.

Syntax

object.Font.Name [ = fontName ]
object.Font.Size [ = fontSize ]
object.Font.Bold [ = bold ]
object.Font.Italic [ = italic ]

Parameters

object

The Barcode Active Server Component

fontName

String indicating the name of the font (default: "Arial").

fontSize

Numeric value indicating the point size of the font (default: 9).

bold

Boolean value indicating whether the font is boldfaced.

italic

Boolean value indicating whether the font is italicized.