PublishObject.SpeakerNotes Property
Determines whether speaker notes are to be published with the presentation. Read/write.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Property SpeakerNotes As MsoTriState
Get
Set
'Usage
Dim instance As PublishObject
Dim value As MsoTriState
value = instance.SpeakerNotes
instance.SpeakerNotes = value
MsoTriState SpeakerNotes { get; set; }
Property Value
Type: Microsoft.Office.Core.MsoTriState
Remarks
The value of the SpeakerNotes property can be one of the following MsoTriState constants:
Constant |
Description |
---|---|
Speaker notes are not to be published with the presentation. |
|
Speaker notes are to be published with the presentation. |