top property

top property

Top Y Position of Signature area on Document Page in Measure units (pixels, percents or millimeters see MeasureType LocationMeasureType).

Definition:

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

See Also