margin_settings property

margin_settings property

The margin settings. See IPageMarginOptions for details.

Definition:

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

See Also