Visual Basic
C#
Managed Extensions for C++
C++/CLI
'Declaration Public Property Columns As Integer
'Usage Dim instance As WriterPDF417 Dim value As Integer instance.Columns = value value = instance.Columns
Property Value
An integer value which represents the number of columns.The default value is -1.
If the value is -1 then the number of columns will be determined when the barcode is created.