Table of Contents

Interface "Barcode Font Encoder 2D"

Namespace: System.Text

Exposes common interface for 2D barcode font encoder.

Methods

EncodeFont

Encodes a input text to a barcode font.

procedure EncodeFont(InputText: Text): Text

Parameters

Name Type Description
InputText Text

The text to encode.

Returns

Type Description
Text

The encoded barcode.

See also