Barcode Xpress for .NET Framework v13.9 - Updated
RowsAndColumnsCreated Property (WriterQRCode)




Accusoft.BarcodeXpressSdk Namespace > WriterQRCode Class : RowsAndColumnsCreated Property
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

Reference

WriterQRCode Class
WriterQRCode Members

Is this page helpful?
Yes No
Thanks for your feedback.