PdfRequest constructor (Stream, String, FixedFormatSettings, Stream)

Initializes a new instance of the PdfRequest class.

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

Syntax

'Declaration
Public Sub New ( _
    input As Stream, _
    extension As String, _
    settings As FixedFormatSettings, _
    output As Stream _
)
'Usage
Dim input As Stream
Dim extension As String
Dim settings As FixedFormatSettings
Dim output As Stream

Dim instance As New PdfRequest(input, extension, _
    settings, output)
public PdfRequest(
    Stream input,
    string extension,
    FixedFormatSettings settings,
    Stream output
)

Parameters

  • extension
    Type: System.String

    A Stringthat specifies the file extension of the file to be converted.

See also

Reference

PdfRequest class

PdfRequest members

PdfRequest overload

Microsoft.Office.Server.PowerPoint.Conversion namespace