at_page_priority property

at_page_priority property

Gets or sets AtPagePriority which will determine order of applying page size declarations. By default options will override css @page rules .

Definition:

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

See Also