PublishObject.Publish Method
Creates a Web presentation (HTML format) 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 Publish
'Usage
Dim instance As PublishObject
instance.Publish()
void Publish()
Remarks
You can specify the content and attributes of the published presentation by setting various properties of the PublishObject object. For example, the SourceType property defines the portion of a loaded presentation to be published. The RangeStart property and the RangeEnd property specify the range of slides to publish, and the SpeakerNotes property designates whether or not to publish the speaker's notes.