Spread WinForms 15
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
See Also