Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Appearance Class / IsGrayscale Property


In This Topic
    IsGrayscale Property (Appearance)
    In This Topic
    Gets or sets whether to printing with black and white mode.
    Syntax
    'Declaration
     
    
    Public Property IsGrayscale As Boolean
    'Usage
     
    
    Dim instance As Appearance
    Dim value As Boolean
     
    instance.IsGrayscale = value
     
    value = instance.IsGrayscale
    public bool IsGrayscale {get; set;}
    See Also