InfoConnect for Airlines
SuppressSpaces Property


Gets or sets a value indicating whether to remove trailing spaces from the printer output.
Syntax
'Declaration
 
Property SuppressSpaces As Boolean
'Usage
 
Dim instance As IUtsTerminal
Dim value As Boolean
 
instance.SuppressSpaces = value
 
value = instance.SuppressSpaces
bool SuppressSpaces {get; set;}
See Also