Barcode Xpress for .NET Framework v13.9 - Updated
Columns Property (WriterPDF417)




Accusoft.BarcodeXpressSdk Namespace > WriterPDF417 Class : Columns Property
Gets and sets the number of columns desired in the PDF417 barcode.
Syntax
'Declaration
 
Public Property Columns As Integer
'Usage
 
Dim instance As WriterPDF417
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 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

WriterPDF417 Class
WriterPDF417 Members

Is this page helpful?
Yes No
Thanks for your feedback.