IDAutomation Aztec Forms Control

AztecBarcode.FontEncode Method 

This function encodes the data passed in into a suitable foramt so that the IDAutomation font can be applied to the data.

public string FontEncode(
   string DataToEncode,
   bool ProcessTilde,
   int ErrorCorrectionLevel,
   bool ReadIntialization
);

Parameters

DataToEncode
The data to be encoded in the Aztec barcode.
ProcessTilde
Determines if data after the tilde character should be interpreted as an ASCII code. If True the tilde (~) will be processed in the ~dNNN format, the ASCII character is encoded by the 3 digits NNN. For example, ~d065 represents the character 'A'.
ErrorCorrectionLevel
Specifies the minimum error correction percentage.
ReadIntialization
Creates a reader initialization symbol.

Return Value

The encoded string

See Also

AztecBarcode Class | IDAutomation.Windows.Forms.AztecBarcode Namespace