ImageGear .NET - Updated May 30, 2018
Columns Property (ImGearBarcodeWriterPDF417)




ImageGear24.Barcode Assembly > ImageGear.Barcode Namespace > ImGearBarcodeWriterPDF417 Class : Columns Property
Gets or sets the number of columns desired in the PDF417 barcode.
Syntax
'Declaration
 
Public Property Columns As Integer
 
'Usage
 
Dim instance As ImGearBarcodeWriterPDF417
Dim value As Integer
 
instance.Columns = value
 
value = instance.Columns

Property Value

An integer value which represents the number of columns.
Remarks

The default value is -1.

If the value is -1 then the number of columns will be determined when the barcode is created.

See Also

Reference

ImGearBarcodeWriterPDF417 Class
ImGearBarcodeWriterPDF417 Members