PictureRequest class

Represents a conversion request to convert a file to an image format.

Inheritance hierarchy

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

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

Syntax

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

PictureRequest members

Microsoft.Office.Server.PowerPoint.Conversion namespace