height property
height property
Gets or sets the page height.
Definition:
@property
def height(self):
...
@height.setter
def height(self, value):
...
See Also
- module
groupdocs.redaction
- class
PageInfo
Gets or sets the page height.
@property
def height(self):
...
@height.setter
def height(self, value):
...
groupdocs.redaction
PageInfo