Barcode Xpress for .NET Core v14.0 - Updated January 7, 2025
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

Property Value

The QRCodeSizes value set.
Remarks

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

See Also