Specifies a boolean flag indicating whether or not it is required to process the tilde character "~".
public void setHandleTilde(boolean flag)  | 
Parameters
flag
A boolean flag.
Remarks
If it is set to TRUE, non-printable characters can be passed to a barcode using the tilde character, "~dNNN" represents an ASCII character encoded by the 3 digits NNN, for example, "~d010" represents the character LF (line feed).
This method is part of PDF417, DataMatrix, MaxiCode, and Aztec classes.