Compartir a través de


(Stream, String, PresentationType, Stream) del constructor PresentationRequest

Espacio de nombres:  Microsoft.Office.Server.PowerPoint.Conversion
Ensamblado:  Microsoft.Office.Server.PowerPoint (en Microsoft.Office.Server.PowerPoint.dll)

Sintaxis

'Declaración
Public Sub New ( _
    input As Stream, _
    extension As String, _
    type As PresentationType, _
    output As Stream _
)
'Uso
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
)

Parámetros

Vea también

Referencia

clase PresentationRequest

Miembros PresentationRequest

Sobrecarga PresentationRequest

Espacio de nombres Microsoft.Office.Server.PowerPoint.Conversion