ConversionSettings class

Provides a base class for classes that store options to control the output when converting files.

Inheritance hierarchy

System.Object
  Microsoft.Office.Server.PowerPoint.Conversion.ConversionSettings
    Microsoft.Office.Server.PowerPoint.Conversion.FixedFormatSettings
    Microsoft.Office.Server.PowerPoint.Conversion.PictureSettings
    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 MustInherit Class ConversionSettings
'Usage
Dim instance As ConversionSettings
[DataContractAttribute]
public abstract class 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

ConversionSettings members

Microsoft.Office.Server.PowerPoint.Conversion namespace