Share via


PresentationType enumeration

Specifies a presentation file type.

Namespace:  Microsoft.Office.Server.PowerPoint.Conversion
Assembly:  Microsoft.Office.Server.PowerPoint (in Microsoft.Office.Server.PowerPoint.dll)

Syntax

'Declaration
Public Enumeration PresentationType
'Usage
Dim instance As PresentationType
public enum PresentationType

Members

Member name Description
Default Specifies the default file type used unless another is specified.
Pptx Specifies the PowerPoint presentation file type (*.pptx).
Ppsx Specifies the PowerPoint show file type (*.ppsx).
Potx Specifies the PowerPoint template file type (*.potx).
PptxStrict Specifies the Strict Open XML Presentation file type.

See also

Reference

Microsoft.Office.Server.PowerPoint.Conversion namespace