Encode Method

Encodes the barcode value using barcode format and height.

Syntax

	Encode(var tempBlobBuffer: Codeunit "Temp Blob"; barcodeValue: Text; barcodeFormat: enum "bdev.Barcode Format"; height: Decimal)

Parameters

tempBlobBuffer

Type: Codeunit “Temp Blob”
Temp Blob codeunit instance to store the encoded barcode.

barcodeValue

Type: Text
Barcode Value to encode.

barcodeFormat

Type: enum “bdev.Barcode Format”
Barcode Format to use for encoding.

height

Type: Decimal
Height for the encoded barcode.

Return Value

None

See Also

Encode(Codeunit, Text, enum)
Encode(Codeunit, Text, Code[20])
Encode(Codeunit, Text, Record)
Encode(Codeunit, Text, enum, Decimal, Decimal)
Encode(Codeunit, Text, enum, Decimal, Decimal, Decimal)
Encode(Codeunit, Text, enum, Decimal, Decimal, Decimal, Boolean)