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