top_margin_inch property

top_margin_inch property

Represents the size of the top margin, in unit of inches.

Definition:

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

See Also