Spread Windows Forms 12.0 Product Documentation
IsGrayscale Property


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > Appearance Class : IsGrayscale Property
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

Reference

Appearance Class
Appearance Members