Spread Silverlight Documentation
BlackAndWhite Property


GrapeCity.Windows.SpreadSheet.Data Namespace > PrintInfo Class : BlackAndWhite Property
Gets or sets whether to print in black and white.
Syntax
'Declaration
 
<System.ComponentModel.DefaultValueAttribute()>
Public Property BlackAndWhite As System.Boolean
'Usage
 
Dim instance As PrintInfo
Dim value As System.Boolean
 
instance.BlackAndWhite = value
 
value = instance.BlackAndWhite
[System.ComponentModel.DefaultValue()]
public System.bool BlackAndWhite {get; set;}

Property Value

true to print in black and white; otherwise, false. The default value is false.
See Also

Reference

PrintInfo Class
PrintInfo Members