WordProcessingConvertOptions class
WordProcessingConvertOptions class
Options for conversion to WordProcessing file type.
The WordProcessingConvertOptions type exposes the following members:
Constructors
| Constructor | Description |
|---|---|
| init | Initializes a new instance of WordProcessingConvertOptions class. |
Properties
| Property | Description |
|---|---|
| dpi | The desired page DPI after conversion. The default resolution is: 96 dpi. |
| fallback_page_size | The fallback page size. |
| margin_settings | The margin settings for the conversion, represented by IPageMarginOptions. |
| markdown_options | The MarkdownOptions property implements WordProcessingConvertOptions.markdown_options. |
| orientation_settings | The orientation settings. |
| password | The password used to protect the converted document. |
| pdf_recognition_mode | The PDF recognition mode. |
| rtf_options | The RTF specific convert options. |
| size_settings | The page size options. |
| zoom | The zoom level in percentage for the conversion, with a default of 100%. |
| page_number | (inherited from CommonConvertOptions) |
| pages | (inherited from CommonConvertOptions) |
| pages_count | (inherited from CommonConvertOptions) |
| watermark | (inherited from CommonConvertOptions) |