PDFView4NET WPF Edition
Columns Property (PDFCodablockFBarcode)




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

Property Value

An integer value specifying the number of columns used by this barcode.
Exceptions
ExceptionDescription
Thrown when the value is less than 7 or greater than 65.
Remarks
The minimum number of columns in a CODABLOCK F barcode is 7 and the maximum number of columns is 65. This property includes the character subset selector, row indicator and row check 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

PDFCodablockFBarcode Class
PDFCodablockFBarcode Members