ShapePresentation Property |
Returns the parent presentation of a slide.
Read-only
IPresentation.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 22.5.0.0 (22.5)
Syntaxpublic IPresentation Presentation { get; }
Public ReadOnly Property Presentation As IPresentation
Get
public:
virtual property IPresentation^ Presentation {
IPresentation^ get () sealed;
}
abstract Presentation : IPresentation with get
override Presentation : IPresentation with get
Property Value
Type:
IPresentationImplements
IPresentationComponentPresentation
See Also