IPptxOptions
Contents
[
Hide
]IPptxOptions interface
Represents options for saving OpenXml presentations (PPTX, PPSX, POTX, PPTM, PPSM, POTM).
public interface IPptxOptions : ISaveOptions
Properties
| Name | Description | 
|---|---|
| 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 | 
| RefreshThumbnail { get; set; } | Specifies whether the presentation thumbnail will be refreshed. Read/write Boolean. Default value is true. | 
| Zip64Mode { get; set; } | Specifies whether the ZIP64 format is used for the Presentation document. The default value is IfNecessary | 
See Also
- interface ISaveOptions
 - namespace Aspose.Slides.Export
 - assembly Aspose.Slides