top property

top property

Top Y Position of Signature on Document Page in Measure values (pixels, percents or millimeters see MeasureType LocationMeasureType property). (works if vertical alignment is not specified).

Definition:

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

See Also