ShowColor Property (PrintInfo)
Gets or sets whether to print the colors as they appear on the screen.
public bool ShowColor {get; set;}
'Declaration
Public Property ShowColor As Boolean
'Usage
Dim instance As PrintInfo
Dim value As Boolean
instance.ShowColor = value
value = instance.ShowColor