IPptxOptions

IPptxOptions interface

Represents options for saving OpenXml presentations (PPTX, PPSX, POTX, PPTM, PPSM, POTM).

public interface IPptxOptions : ISaveOptions

Properties

NameDescription
AsISaveOptions { get; }Allows to get base ISaveOptions interface. Read-only ISaveOptions.
Conformance { get; set; }Specifies the conformance class to which the Presentation document conforms. Default value is Ecma376_2006

See Also