PresentationContentMasterNotesSlide Property |
Namespace: GroupDocs.Watermark.Contents.PresentationAssembly: GroupDocs.Watermark (in GroupDocs.Watermark.dll) Version: 20.7.0
Syntaxpublic PresentationMasterNotesSlide MasterNotesSlide { get; }
Public ReadOnly Property MasterNotesSlide As PresentationMasterNotesSlide
Get
public:
property PresentationMasterNotesSlide^ MasterNotesSlide {
PresentationMasterNotesSlide^ get ();
}
member MasterNotesSlide : PresentationMasterNotesSlide with get
Property Value
Type:
PresentationMasterNotesSlideThe master slide for all notes slides of this
PresentationContent.
See Also