InfoConnect for Airlines
GraphicsPrintMode Property


Gets or sets how graphics images are printed.
Syntax
'Declaration
 
Property GraphicsPrintMode As GraphicsPrintModeOption
'Usage
 
Dim instance As ITerminal
Dim value As GraphicsPrintModeOption
 
instance.GraphicsPrintMode = value
 
value = instance.GraphicsPrintMode
GraphicsPrintModeOption GraphicsPrintMode {get; set;}

Property Value

The default value is Compress.
See Also