PdfOptions class

PdfOptions class

Options for conversion to Pdf file type.

The PdfOptions type exposes the following members:

Constructors

Constructor Description
init Initializes a new instance of the PdfOptions class.

Properties

Property Description
document_info The meta information of the PDF document.
formatting_options The PDF formatting options.
grayscale The PDF is converted from RGB colorspace to grayscale.
linearize The linearize option linearizes the PDF document for the web.
optimization_options The PDF optimization options.
pdf_format The PDF format of the converted document.
remove_pdf_a_compliance The setting that removes PDF/A compliance.
zoom The zoom level in percentage.

See Also