Barcode Plugin for Xojo

iOSBarcodeGenerator.GenerateToSVGText Method

Generates Barcode from UInt64 value, returning it as String that contains formatting for SVG vector image.

GenerateToSVGText(
   type as iOSBarcodeGenerator.BarcodeType,
   value as Integer,
   printTextBellow as Boolean) as Text

Parameters

type
The type of Barcode to generate.
value
The value to generate the barcode from.
printTextBellow
True if wanting barcode text label included, else false.

Returns

Text

Remarks

For barcode standards that have length requirements then zeros will be appended in-front of the number if needed to pad the value to the needed length.

See Also

iOSBarcodeGenerator Class