PresentationSettings class

Specifies various options to control the output when converting files to the Microsoft PowerPoint presentation format (*.pptx).

Inheritance hierarchy

System.Object
  Microsoft.Office.Server.PowerPoint.Conversion.ConversionSettings
    Microsoft.Office.Server.PowerPoint.Conversion.PresentationSettings

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

Syntax

'Declaration
<DataContractAttribute> _
Public Class PresentationSettings _
    Inherits ConversionSettings
'Usage
Dim instance As PresentationSettings
[DataContractAttribute]
public class PresentationSettings : ConversionSettings

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

PresentationSettings members

Microsoft.Office.Server.PowerPoint.Conversion namespace