Interface "Barcode Image Encoder 2D"
Namespace: System.Text
Exposes common interface for 2D barcode image encoder.
Methods
EncodeImage
Encodes a input text to a barcode image.
procedure EncodeImage(InputText: Text, BarcodeEncodeSettings2D: Record "Barcode Encode Settings 2D" temporary): Codeunit "Temp Blob"
Parameters
| Name | Type | Description |
|---|---|---|
| InputText | Text |
The text to encode. |
| BarcodeEncodeSettings2D | Table System.Text."Barcode Encode Settings 2D" |
The settings to use when encoding the text. |
Returns
| Type | Description |
|---|---|
| Codeunit System.Utilities."Temp Blob" |
The encoded barcode. |