XpsRequest class

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

Inheritance hierarchy

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

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

Syntax

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

XpsRequest members

Microsoft.Office.Server.PowerPoint.Conversion namespace