WordProcessingConvertOptions
Contents
[
Hide
]
WordProcessingConvertOptions class
Options for conversion to WordProcessing file type.
public class WordProcessingConvertOptions : CommonConvertOptions<WordProcessingFileType>,
IDpiConvertOptions, IPageMarginConvertOptions, IPageOrientationConvertOptions,
IPageSizeConvertOptions, IPasswordConvertOptions, IPdfRecognitionModeOptions,
IZoomConvertOptions
Constructors
Name | Description |
---|---|
WordProcessingConvertOptions() | Initializes new instance of WordProcessingConvertOptions class. |
Properties
Name | Description |
---|---|
Dpi { get; set; } | Desired page DPI after conversion. The default resolution is: 96 dpi. |
FallbackPageSize { get; set; } | Fallback page size |
Format { get; set; } | The desired file type the input document should be converted to. |
virtual Format { get; set; } | Implements Format |
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; } | Page height in points. When set, PageSize is automatically changed to Custom . |
PageNumber { get; set; } | Implements PageNumber |
PageOrientation { get; set; } | Implements PageOrientation |
Pages { get; set; } | Implements Pages |
PagesCount { get; set; } | Implements PagesCount |
PageSize { get; set; } | Implements PageSize |
PageWidth { get; set; } | Page width in points. When set, PageSize is automatically changed to Custom . |
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 |
Watermark { get; set; } | Implements Watermark |
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. |
Methods
Name | Description |
---|---|
Clone() | Clones current options instance. |
override Equals(object) | Determines whether two object instances are equal. |
virtual Equals(ValueObject) | Determines whether two object instances are equal. |
override GetHashCode() | Serves as the default hash function. |
See Also
- class CommonConvertOptions<TFileType>
- class WordProcessingFileType
- interface IDpiConvertOptions
- interface IPageMarginConvertOptions
- interface IPageOrientationConvertOptions
- interface IPageSizeConvertOptions
- interface IPasswordConvertOptions
- interface IPdfRecognitionModeOptions
- interface IZoomConvertOptions
- namespace GroupDocs.Conversion.Options.Convert
- assembly GroupDocs.Conversion