margin_settings property

margin_settings property

The margin settings applied during PDF conversion.

An IPageMarginOptions instance that defines the page margins.

Definition:

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

See Also