PDFView4NET WPF Edition
Columns Property (PDFCode16KBarcode)




O2S.Components.PDFView4NET.Graphics.Barcodes Namespace > PDFCode16KBarcode Class : Columns Property
Gets the number of columns in this barcode.
Syntax
'Declaration
 
Public ReadOnly Property Columns As Integer
'Usage
 
Dim instance As PDFCode16KBarcode
Dim value As Integer
 
value = instance.Columns
public int Columns {get;}
public: __property int get_Columns();
public:
property int Columns {
   int get();
}

Property Value

An integer value specifying the number of columns used by this barcode.
Remarks
A Code 16K barcode has always 5 columns.
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

PDFCode16KBarcode Class
PDFCode16KBarcode Members