Accusoft.Forms1 - Updated
RowsAndColumns Property (WriterQRCode)



Accusoft.BarcodeXpressSdk Namespace > WriterQRCode Class : RowsAndColumns Property
Gets and sets the number of rows and columns desired in creating a QR Code barcode.
Syntax
Public Property RowsAndColumns As QRCodeSizes
Dim instance As WriterQRCode
Dim value As QRCodeSizes
 
instance.RowsAndColumns = value
 
value = instance.RowsAndColumns
public QRCodeSizes RowsAndColumns {get; set;}
public:
property QRCodeSizes RowsAndColumns {
   QRCodeSizes get();
   void set (    QRCodeSizes value);
}

Property Value

The QRCodeSizes value set.
Remarks

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

See Also

Reference

WriterQRCode Class
WriterQRCode Members