Barcode Xpress for .NET Core v14.0 - Updated January 7, 2025
Accusoft.BarcodeXpressSdk Namespace / WriterQRCode Class / RowsAndColumns Property




In This Topic
RowsAndColumns Property (WriterQRCode)
In This Topic
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