Barcode Plugin for Xojo

iOSBarcodeGenerator.PixelsPerMillimeter Property

Sets or gets Pixels per millimetres. (See remarks)

PixelsPerMillimeter as Single {Read and Write}

Remarks

Code93 in its strictest form has height requirements in millimetres. If wanting to be strictly compliant then the BarcodeGenerator will need to know how many pixels there are per millimetres on your target device. Usually you should not need to worry about this value unless you are making really small codes, the spec for Code93 says minimum 6.4 mm.

See Also

iOSBarcodeGenerator Class