Barcode Plugin for Xojo

QRCodeGenerator.GenerateToSVGString Method

Generates a QRCode into a SVG vector format, returned as string which can then be saved into SVG file. This variation does now allow choosing the error correction level.

GenerateToSVGString(
   data as String) as String

Parameters

data
The data to put in the QRCode.

Returns

String
The generated QRCode as that can be saved into SVG file or empty string if there was a error. If there was error then you can see the LastError property to check which error occurred.

Remarks

See Also

QRCodeGenerator Class