Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / IPaintingContext Interface / IsGrayscale Property


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