margin property

margin property

Gets or sets the space between Sign and Document edges. (works ONLY if horizontal or vertical alignment are specified).

Definition:

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

See Also