other_pages_tray property

PageSetup.other_pages_tray property

Gets or sets the paper tray (bin) to be used for all but the first page of a section. The value is implementation (printer) specific.

@property
def other_pages_tray(self) -> int:
    ...

@other_pages_tray.setter
def other_pages_tray(self, value: int):
    ...

See Also