PdfOptions class

PdfOptions class

Options for conversion to Pdf file type.

Inheritance: PdfOptionsValueObject

The PdfOptions type exposes the following members:

Constructors

Constructor Description
init ctor

Properties

Property Description
pdf_format Sets the pdf format of the converted document.
remove_pdf_a_compliance Removes Pdf-A Compliance
zoom Specifies the zoom level in percentage. Default is 100.
linearize Linearizes PDF Document for the Web
optimization_options Pdf optimization options
grayscale Convert a PDF from RGB colorspace to grayscale
formatting_options Pdf formatting options
document_info Meta information of PDF document.

Methods

Method Description
equals Determines whether two object instances are equal.

See Also