height property

height property

Returns/sets height of the page, expressed as a real number in units of the effective coordinate space.

Definition:

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

See Also