PdfRequest class

Represents a conversion request to convert a file to the PDF format.

Inheritance hierarchy

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

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

Syntax

'Declaration
Public NotInheritable Class PdfRequest _
    Inherits Request
'Usage
Dim instance As PdfRequest
public sealed class PdfRequest : 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

PdfRequest members

Microsoft.Office.Server.PowerPoint.Conversion namespace