PresentationContentMasterSlides Property |
Namespace: GroupDocs.Watermark.Contents.PresentationAssembly: GroupDocs.Watermark (in GroupDocs.Watermark.dll) Version: 20.7.0
Syntaxpublic PresentationMasterSlideCollection MasterSlides { get; }
Public ReadOnly Property MasterSlides As PresentationMasterSlideCollection
Get
public:
property PresentationMasterSlideCollection^ MasterSlides {
PresentationMasterSlideCollection^ get ();
}
member MasterSlides : PresentationMasterSlideCollection with get
Property Value
Type:
PresentationMasterSlideCollectionThe collection of all master slides of this
PresentationContent.
See Also