Barcode Xpress for .NET v13 - Updated May 19, 2020
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
'Declaration
 
Public Property RowsAndColumns As QRCodeSizes
 
'Usage
 
Dim instance As WriterQRCode
Dim value As QRCodeSizes
 
instance.RowsAndColumns = value
 
value = instance.RowsAndColumns

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