WordProcessingSaveOptionsOutputFormat Property |
Allows to specify a WordProcessing format, which will be used for saving the document
Namespace: GroupDocs.Editor.OptionsAssembly: GroupDocs.Editor (in GroupDocs.Editor.dll) Version: 21.3.0.0
Syntaxpublic WordProcessingFormats OutputFormat { get; set; }
Public Property OutputFormat As WordProcessingFormats
Get
Set
public:
property WordProcessingFormats OutputFormat {
WordProcessingFormats get ();
void set (WordProcessingFormats value);
}
member OutputFormat : WordProcessingFormats with get, set
Property Value
Type:
WordProcessingFormats
See Also