height property

height property

Height of Signature area on Document Page in Measure units (pixels, percents or millimeters see MeasureType SizeMeasureType).

Definition:

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

See Also