Spread Windows Forms 12.0 Product Documentation
Draft Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet.Printing Namespace > PageSetup Class : Draft Property
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

Reference

PageSetup Class
PageSetup Members