export_print_area_only property

export_print_area_only property

Indicates if only exporting the print area to html file. The default value is false.

Definition:

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

See Also