Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / PrintInfo Class / ShowColor Property
Example


In This Topic
    ShowColor Property
    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