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( stringDataToEncode, boolProcessTilde, intErrorCorrectionLevel, boolReadIntialization );
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.