Barcode Xpress for .NET Framework v14.0 - Updated
Accusoft.BarcodeXpressSdk Namespace / WriterDataMatrix Class / RowsAndColumnsCreated Property




In This Topic
    RowsAndColumnsCreated Property (WriterDataMatrix)
    In This Topic
    Gets the number of rows and columns created in the DataMatrix barcode.
    Syntax
    'Declaration
     
    Public ReadOnly Property RowsAndColumnsCreated As DataMatrixSizes
    'Usage
     
    Dim instance As WriterDataMatrix
    Dim value As DataMatrixSizes
     
    value = instance.RowsAndColumnsCreated
    public DataMatrixSizes RowsAndColumnsCreated {get;}
    public: __property DataMatrixSizes get_RowsAndColumnsCreated();
    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