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