Attachmate Reflection 2014 .NET API Reference
PrintGraphicsColor Property


Gets or sets whether graphics images are printed using color or black and white. This property applies only when sending sixel data to the host or a Digital printer when BypassPrinterDriver is True.

Syntax
'Declaration
 
Property PrintGraphicsColor As PrintGraphicsColorOption
'Usage
 
Dim instance As IPrinting
Dim value As PrintGraphicsColorOption
 
instance.PrintGraphicsColor = value
 
value = instance.PrintGraphicsColor
PrintGraphicsColorOption PrintGraphicsColor {get; set;}

Property Value

The default value is PrintGraphicsColorOption.Color
Requirements

Target Platforms: Microsoft Windows 7, Microsoft Windows Vista, Microsoft Windows XP, Microsoft Windows Server 2003 Terminal Services, Microsoft Windows Server 2008 Terminal Services

See Also

Reference

IPrinting Interface
IPrinting Members

Send Feedback