In This Topic
Gets or sets whether to print the colors as they appear on the screen.
Syntax
'Declaration
Public Property ShowColor As Boolean
'Usage
Dim instance As PrintInfo
Dim value As Boolean
instance.ShowColor = value
value = instance.ShowColor
public bool ShowColor {get; set;}
Example
This sets the properties for the PrintInfo class.
See Also