WordProcessingSaveOptions
WordProcessingSaveOptions()
This parameterless constructor creates a new instance of WordProcessingSaveOptions with DOCX output format (can be modified then through OutputFormat
property)
public WordProcessingSaveOptions()
See Also
- class WordProcessingSaveOptions
- namespace GroupDocs.Editor.Options
- assembly GroupDocs.Editor
WordProcessingSaveOptions(WordProcessingFormats)
Creates a new instance of WordProcessingSaveOptions with specified mandatory WordProcessing output format, while all other parameters are default
public WordProcessingSaveOptions(WordProcessingFormats outputFormat)
Parameter | Type | Description |
---|---|---|
outputFormat | WordProcessingFormats | Mandatory output format, in which the WordProcessing document should be saved |
See Also
- class WordProcessingFormats
- class WordProcessingSaveOptions
- namespace GroupDocs.Editor.Options
- assembly GroupDocs.Editor