Spread Windows Forms 12.0 Product Documentation
BlackAndWhite Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet.Printing Namespace > PageSetup Class : BlackAndWhite Property
Gets or sets a value indicating whether elements of the document will be printed in black and white.
Syntax
'Declaration
 
Public Property BlackAndWhite As Boolean
'Usage
 
Dim instance As PageSetup
Dim value As Boolean
 
instance.BlackAndWhite = value
 
value = instance.BlackAndWhite
public bool BlackAndWhite {get; set;}

Property Value

true if elements of the document will be printed in black and white; otherwise, false.
See Also

Reference

PageSetup Class
PageSetup Members