Spread for ASP.NET 12 Product Documentation
ShowColor Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > PrintInfo Class : ShowColor Property
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;}
See Also

Reference

PrintInfo Class
PrintInfo Members