Barcode Plugin for Xojo

Encoder.Encode Method (console safe)

Encodes data into barcode.

Encode(
   data as String,
   type as EinhugurBarcodes.BarcodeType,
   width as Integer,
   height as Integer) as RawBitmap

Parameters

data
The data to be encoded.
type
Type of Barcode to generate.

Only codes of the following types are supported:
QR Code
Aztec
PDF 417
Code 39
Code 93
Code 128
EAN8
EAN13
CODABAR
DATA_MATRIX
ITF
UPC_A
UPC_E
width
Width of the generated result.
height
Height of the generated result.

Returns

RawBitmap

Remarks

See Also

Encoder Class