Barcode Xpress for .NET Framework v14.0 - Updated
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
    public DataMatrixSizes RowsAndColumns {get; set;}
    public: __property DataMatrixSizes get_RowsAndColumns();
    public: __property void set_RowsAndColumns( 
       DataMatrixSizes value
    );
    public:
    property DataMatrixSizes RowsAndColumns {
       DataMatrixSizes get();
       void set (    DataMatrixSizes value);
    }

    Property Value

    The DataMatrixSizes value set.
    Remarks

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

    See Also