print_draft property

Represents if the sheet will be printed without graphics.

Definition:

@property
def print_draft(self):
    ...
@print_draft.setter
def print_draft(self, value):
    ...

See Also