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




In This Topic
    RowsAndColumnsCreated Property (WriterQRCode)
    In This Topic
    Gets the number of rows and columns created in the QR Code barcode.
    Syntax
    'Declaration
     
    Public ReadOnly Property RowsAndColumnsCreated As QRCodeSizes
    'Usage
     
    Dim instance As WriterQRCode
    Dim value As QRCodeSizes
     
    value = instance.RowsAndColumnsCreated
    public QRCodeSizes RowsAndColumnsCreated {get;}
    public: __property QRCodeSizes get_RowsAndColumnsCreated();
    public:
    property QRCodeSizes RowsAndColumnsCreated {
       QRCodeSizes get();
    }

    Property Value

    The QRCodeSizes value set.
    Remarks

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

    See Also