Partager via


PresentationRequest - Constructeur (Stream, String, PresentationType, Stream)

Espace de noms :  Microsoft.Office.Server.PowerPoint.Conversion
Assembly :  Microsoft.Office.Server.PowerPoint (dans Microsoft.Office.Server.PowerPoint.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    input As Stream, _
    extension As String, _
    type As PresentationType, _
    output As Stream _
)
'Utilisation
Dim input As Stream
Dim extension As String
Dim type As PresentationType
Dim output As Stream

Dim instance As New PresentationRequest(input, extension, _
    type, output)
public PresentationRequest(
    Stream input,
    string extension,
    PresentationType type,
    Stream output
)

Paramètres

Voir aussi

Référence

PresentationRequest classe

PresentationRequest - Membres

PresentationRequest - Surcharge

Microsoft.Office.Server.PowerPoint.Conversion - Espace de noms