Barcode Xpress for .NET v13 - Updated September 26, 2019
RowsAndColumns Property (WriterDataMatrix)




Accusoft.BarcodeXpressSdk Namespace > WriterDataMatrix Class : RowsAndColumns Property
Gets and sets the number of rows and columns desired in creating a DataMatrix barcode.
Syntax
'Declaration
 
Public Property RowsAndColumns As DataMatrixSizes
 
'Usage
 
Dim instance As WriterDataMatrix
Dim value As DataMatrixSizes
 
instance.RowsAndColumns = value
 
value = instance.RowsAndColumns

Property Value

The DataMatrixSizes value set.
Remarks

The range is obtained from the DataMatrixSizes enumeration where AutoRowsAndColumns is the default.

See Also

Reference

WriterDataMatrix Class
WriterDataMatrix Members