GetSlideById()
Presentation::GetSlideById(uint32_t) method
Returns a Slide, MasterSlide or LayoutSlide by Id.
System::SharedPtr<IBaseSlide> Aspose::Slides::Presentation::GetSlideById(uint32_t id) override
Arguments
| Parameter | Type | Description |
|---|---|---|
| id | uint32_t | Id of a slide. |
Return Value
IBaseSlide object.
See Also
- Typedef SharedPtr
- Class IBaseSlide
- Class Presentation
- Namespace Aspose::Slides
- Library Aspose.Slides