OutputFormat

PresentationSaveOptions.OutputFormat property

Allows to specify a Presentation format, which will be used for saving the document

public PresentationFormats OutputFormat { get; set; }

Remarks

Output format is usually set in the constructor of this class, because it is mandatory. This property allows to obtain or modify the output format later, when instance of PresentationSaveOptions class was already created.

See Also