BarCodeControl
ColumnCount Property
|
Columns of 2D Barcode.
Namespace:
Spire.Barcode.Forms
Assembly:
Spire.Barcode (in Spire.Barcode.dll) Version: 7.3.7.0 (7.3.7.9046)
Syntax
public int ColumnCount { get; set; }
Public Property ColumnCount As Integer
Get
Set
public:
virtual property int ColumnCount {
int get () sealed;
void set (int value) sealed;
}
abstract ColumnCount : int with get, set
override ColumnCount : int with get, set
Property Value
Type:
Int32
Implements
IBarcodeSettings
ColumnCount
See Also