PrinterSettings

PrinterSettings

Overview

PrinterSettings is a class in Aspose.PDF FOSS for Python.

Properties: collate, copies, duplex, from_page, maximum_page, minimum_page, and 5 more.

Properties

NameTypeAccessDescription
collateboolRead/WriteGets or sets the collate.
copiesintRead/WriteGets or sets the copies.
duplexDuplex | NoneRead/WriteGets or sets the duplex.
from_pageintRead/WriteGets or sets the from page.
maximum_pageintRead/WriteGets or sets the maximum page.
minimum_pageintRead/WriteGets or sets the minimum page.
printer_namestrRead/WriteGets or sets the printer name.
print_file_namestrRead/WriteGets or sets the print file name.
print_rangePrintRange | NoneRead/WriteGets or sets the print range.
print_to_fileboolRead/WriteGets or sets the print to file.
to_pageintRead/WriteGets or sets the to page.

See Also