Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PrintInfo Class / ShowColor Property


In This Topic
    ShowColor Property (PrintInfo)
    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;}
    See Also