_Presentation.PublishSlides Method

Creates a Web presentation (in HTML format) containing slides from any loaded presentation. You can view the published presentation in a Web browser.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
Sub PublishSlides ( _
    SlideLibraryUrl As String, _
    Overwrite As Boolean, _
    UseSlideOrder As Boolean _
)
'Usage
Dim instance As _Presentation
Dim SlideLibraryUrl As String
Dim Overwrite As Boolean
Dim UseSlideOrder As Boolean

instance.PublishSlides(SlideLibraryUrl, _
    Overwrite, UseSlideOrder)
void PublishSlides(
    string SlideLibraryUrl,
    bool Overwrite,
    bool UseSlideOrder
)

Parameters

  • Overwrite
    Type: System.Boolean
    true if the original presentation should be overwritten.

See Also

Reference

_Presentation Interface

_Presentation Members

Microsoft.Office.Interop.PowerPoint Namespace