Share via


PresentationRequest class

Represents a conversion request to convert a file to the Microsoft PowerPoint presentation format (*.pptx).

Inheritance hierarchy

System.Object
  Microsoft.Office.Server.PowerPoint.Conversion.Request
    Microsoft.Office.Server.PowerPoint.Conversion.PresentationRequest

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

Syntax

'Declaration
Public NotInheritable Class PresentationRequest _
    Inherits Request
'Usage
Dim instance As PresentationRequest
public sealed class PresentationRequest : Request

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

PresentationRequest members

Microsoft.Office.Server.PowerPoint.Conversion namespace