output_blank_page_when_nothing_to_print property

output_blank_page_when_nothing_to_print property

Indicates whether to output a blank page when there is nothing to print.

Remarks

Default is true.

Definition:

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

See Also