Skip to main content

TdxBarCodeQRCodeSymbology.Version Property

Specifies the QR code size.

Declaration

property Version: Integer read; write; default 0;

Property Value

Type Default
Integer 0

Remarks

You can use the barcode control’s Properties.ModuleWidth and the Version property to change the barcode size. If the encoded text does not fit into the current QR code size, the barcode control displays an error message.

Default Value

The Version property’s default value is 0.

See Also