Gets or sets a value indicating whether the sheet will be printed without graphics.
Syntax
'Declaration
Public Property Draft As Boolean
'Usage
Dim instance As PageSetup
Dim value As Boolean
instance.Draft = value
value = instance.Draft
public bool Draft {get; set;}
Property Value
true
if the sheet will be printed without graphics; otherwise,
false
.
See Also