Barcode Plugin for Xojo

BarcodeGenerator.GetPDFBaseSize Method

Returns the size of a Barcode with given data, and border settings on a PDF using base size 1.0.

GetPDFBaseSize(
   type as BarcodeType,
   value as String,
   printTextBellow as Boolean,
   ByRef outWidth as Single,
   ByRef outHeight as Single)

Parameters

type
The type of Barcode to measure.
value
The value to generate the barcode from.
printTextBellow
True if wanting barcode text label included, else false.
outWidth (ByRef parameter)
The result width in PDF unit. This is ByRef parameter so it is returning a value.
outHeight (ByRef parameter)
The result height in PDF unit. This is ByRef parameter so it is returning a value.

Remarks

See Also

BarcodeGenerator Class