Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / NoPrinterPrintInfo Class / SupportColor Property


In This Topic
    SupportColor Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property SupportColor As Boolean
    'Usage
     
    
    Dim instance As NoPrinterPrintInfo
    Dim value As Boolean
     
    instance.SupportColor = value
     
    value = instance.SupportColor
    public bool SupportColor {get; set;}
    See Also