HandleTilde Property

Navigation:  Reference Guide > Properties >

HandleTilde Property

Previous pageReturn to chapter overviewNext page

Gets or sets a boolean flag indicating whether to process the tilde character "~" or not.

[Visual Basic .NET]

Public Property HandleTilde As Boolean

[C#]

public bool HandleTilde {get; set;}

 

Remarks

If this property is set to TRUE, non-printable characters can be passed to MaxiCode .NET control by using the tilde character, "~dNNN" represents the ASCII character encoded by the 3 digits NNN, for example, "~d010" represents the character LF (line feed).