Barcode Plugin for Xojo

iOSBarcodeGenerator.GenerateToiOSBitmap Method

Generates Barcode from UInt64 value, returning it as iOSBitmap object.

GenerateToiOSBitmap(
   type as iOSBarcodeGenerator.BarcodeType,
   value as UInt64,
   printTextBellow as Boolean) as iOSBitmap

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

iOSBitmap

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