PdfConvertOptions class
PdfConvertOptions class
Options for conversion to Pdf file type.
The PdfConvertOptions type exposes the following members:
Constructors
| Constructor | Description |
|---|---|
| init | Initializes a new instance of PdfConvertOptions class. |
Properties
| Property | Description |
|---|---|
| dpi | The desired page DPI after conversion; the default resolution is 96 dpi. |
| embed_full_fonts | The full font file is embedded into the PDF instead of a subset when set to True. |
| fallback_page_size | The fallback page size. |
| margin_settings | The margin settings, represented by IPageMarginOptions. |
| orientation_settings | The orientation settings. |
| password | The password used to protect the converted document. |
| pdf_options | The PDF specific convert options. |
| resize_mode | The property specifies how content should be scaled when page size is changed. Default is AlignTopLeft (no scaling). |
| rotate | The page rotation. |
| size_settings | The size settings for PDF conversion, as defined by IPageSizeOptions. |
| page_number | (inherited from CommonConvertOptions) |
| pages | (inherited from CommonConvertOptions) |
| pages_count | (inherited from CommonConvertOptions) |
| watermark | (inherited from CommonConvertOptions) |