PdfConvertOptions class

PdfConvertOptions class

Options for conversion to Pdf file type.

Inheritance: PdfConvertOptionsCommonConvertOptionsConvertOptionsValueObject

The PdfConvertOptions type exposes the following members:

Constructors

Constructor Description
init Initializes new instance of PdfConvertOptions class.

Properties

Property Description
format Overrides the Format property to ensure it is of type PdfFileType.
watermark Implements IWatermarkedConvertOptions.watermark
page_number Implements IPagedConvertOptions.page_number
pages_count Implements IPagedConvertOptions.pages_count
pages Implements IPageRangedConvertOptions.pages
dpi Desired page DPI after conversion. The default resolution is: 96 dpi.
password Set this property if you want to protect the converted document with a password.
margin_top Implements IPageMarginConvertOptions.margin_top
margin_bottom Implements IPageMarginConvertOptions.margin_bottom
margin_left Implements IPageMarginConvertOptions.margin_left
margin_right Implements IPageMarginConvertOptions.margin_right
pdf_options Pdf specific convert options
rotate Page rotation
page_size Implements IPageSizeConvertOptions.page_size
page_width Implements IPageSizeConvertOptions.page_width
page_height Implements IPageSizeConvertOptions.page_height
page_orientation Implements IPageOrientationConvertOptions.page_orientation

Methods

Method Description
equals Determines whether two object instances are equal.
clone Clones current options instance.

See Also