GrapeCity.Xaml.SpreadSheet.Data
BlackAndWhite Property


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

Property Value

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

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

PrintInfo Class
PrintInfo Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options