PDFView4NET WPF Edition
Font Property (PDFUnidimensionalBarcode)




O2S.Components.PDFView4NET.Graphics.Barcodes Namespace > PDFUnidimensionalBarcode Class : Font Property
Gets or sets the font used to display the barcode text.
Syntax
'Declaration
 
Public Property Font As PDFFontBase
'Usage
 
Dim instance As PDFUnidimensionalBarcode
Dim value As PDFFontBase
 
instance.Font = value
 
value = instance.Font
public PDFFontBase Font {get; set;}
public: __property PDFFontBase* get_Font();
public: __property void set_Font( 
   PDFFontBase* value
);
public:
property PDFFontBase^ Font {
   PDFFontBase^ get();
   void set (    PDFFontBase^ value);
}

Property Value

A O2S.Components.PDFView4NET.Graphics.Fonts.PDFFont object used to display the barcode text.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFUnidimensionalBarcode Class
PDFUnidimensionalBarcode Members