Barcode .Net Class Library
BarcodeImage.Font Property
Gets the FontInfo object used to draw the barcode caption(s).
[Visual Basic]
Public ReadOnly Property Font As FontInfo
[C#]
public FontInfo Font {get;}
Property Value
A System.Web.UI.WebControls.FontInfo object used to draw the barcode caption(s).
Remarks
You may change the font properties by accessing the returned FontInfo object directly.
To specify the font size, only absolute size in points can be used;
otherwise, the behavior is unpredictable.
© 2002 Bokai Corporation. All rights reserved.