Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Printing Namespace / PageSetup Class / Draft Property


In This Topic
Draft Property (PageSetup)
In This Topic
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

Property Value

true if the sheet will be printed without graphics; otherwise, false.
See Also