Barcode Xpress for .NET Core v14.0 - Updated January 7, 2025
Accusoft.BarcodeXpressSdk Namespace / WriterDataMatrix Class / RowsAndColumns Property




In This Topic
RowsAndColumns Property (WriterDataMatrix)
In This Topic
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