BlackAndWhite Property (IPageSetup)
Gets or sets a value indicating whether elements of the document will be printed in black and white.
bool BlackAndWhite {get; set;}
'Declaration
Property BlackAndWhite As Boolean
'Usage
Dim instance As IPageSetup
Dim value As Boolean
instance.BlackAndWhite = value
value = instance.BlackAndWhite
Property Value
true
if elements of the document will be printed in black and white; otherwise,
false
.