WordProcessingConvertOptions class
Leave feedback
On this page
Options for conversion to WordProcessing file type.
public class WordProcessingConvertOptions : CommonConvertOptions<WordProcessingFileType>,
IDpiConvertOptions, IPageMarginConvertOptions, IPageOrientationConvertOptions,
IPageSizeConvertOptions, IPasswordConvertOptions, IPdfRecognitionModeOptions,
IZoomConvertOptions
name | description |
---|---|
WordProcessingConvertOptions() | Initializes new instance of WordProcessingConvertOptions class. |
Dpi { get; set; } | Desired page DPI after conversion. The default resolution is: 96 dpi. |
FallbackPageSize { get; set; } | Fallback page size |
MarginBottom { get; set; } | Implements MarginBottom |
MarginLeft { get; set; } | Implements MarginLeft |
MarginRight { get; set; } | Implements MarginRight |
MarginTop { get; set; } | Implements MarginTop |
MarkdownOptions { get; set; } | Implements MarkdownOptions |
PageHeight { get; set; } | Implements PageHeight |
PageOrientation { get; set; } | Implements PageOrientation |
PageSize { get; set; } | Implements PageSize |
PageWidth { get; set; } | Implements PageWidth |
Password { get; set; } | Set this property if you want to protect the converted document with a password. |
PdfRecognitionMode { get; set; } | Implements PdfRecognitionMode |
RtfOptions { get; set; } | RTF specific convert options |
Zoom { get; set; } | Specifies the zoom level in percentage. Default is 100. Default zoom is supported till Microsoft Word 2010. Starting from Microsoft Word 2013 default zoom is no longer set to document, instead it appears to use the zoom factor of the last document that was opened. |
- namespace GroupDocs.Conversion.Options.Convert
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.