Barcode Xpress for .NET Core v13.9 - Updated
ColumnsCreated Property




Accusoft.BarcodeXpressSdk Namespace > WriterPDF417 Class : ColumnsCreated Property
Gets the columns created in the PDF417 barcode.
Syntax
'Declaration
 
Public ReadOnly Property ColumnsCreated As Integer
'Usage
 
Dim instance As WriterPDF417
Dim value As Integer
 
value = instance.ColumnsCreated
public int ColumnsCreated {get;}
public: __property int get_ColumnsCreated();
public:
property int ColumnsCreated {
   int get();
}

Property Value

An integer value which represents the number of columns created.
Remarks

This property gets the number of columns that were created in the PDF417 barcode.

See Also

Reference

WriterPDF417 Class
WriterPDF417 Members

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