'Declaration
Property Draft As Boolean
'Usage
Dim instance As IPageSetup Dim value As Boolean instance.Draft = value value = instance.Draft
bool Draft {get; set;}
Property Value
true
if the sheet will be printed without graphics; otherwise, false
.