print_area property

Represents the range to be printed.

Definition:

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

See Also