Barcode Plugin for Xojo

iOSBarcodeGenerator.GenerateToSVGText Method

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

GenerateToSVGText(
   type as iOSBarcodeGenerator.BarcodeType,
   value as Text,
   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

See Also

iOSBarcodeGenerator Class