Accusoft.Forms1 - Updated
RowsAndColumnsCreated Property (WriterDataMatrix)



Accusoft.BarcodeXpressSdk Namespace > WriterDataMatrix Class : RowsAndColumnsCreated Property
Gets the number of rows and columns created in the DataMatrix barcode.
Syntax
Public ReadOnly Property RowsAndColumnsCreated As DataMatrixSizes
Dim instance As WriterDataMatrix
Dim value As DataMatrixSizes
 
value = instance.RowsAndColumnsCreated
public DataMatrixSizes RowsAndColumnsCreated {get;}
public:
property DataMatrixSizes RowsAndColumnsCreated {
   DataMatrixSizes get();
}

Property Value

The DataMatrixSizes value set.
Remarks

The value is a range from DataMatrixSizes read from the RowsAndColumns property.

See Also

Reference

WriterDataMatrix Class
WriterDataMatrix Members