ImageGear21.Barcode Assembly > ImageGear.Barcode Namespace > ImGearBarcodeWriterPDF417 Class : Columns Property |
'Declaration Public Property Columns As Integer
'Usage Dim instance As ImGearBarcodeWriterPDF417 Dim value As Integer instance.Columns = value value = instance.Columns
public int Columns {get; set;}
The default value is -1.
If the value is -1 then the number of columns will be determined when the barcode is created.