GetPresentationInfo()
PresentationFactory::GetPresentationInfo(System::String) method
Creates new PresentationInfo object from file and binds presentation to it.
System::SharedPtr<IPresentationInfo> Aspose::Slides::PresentationFactory::GetPresentationInfo(System::String file) override
Arguments
Parameter | Type | Description |
---|---|---|
file | System::String | Presentation file. |
Return Value
Presentation info binded to presentation.
PresentationFactory::GetPresentationInfo(System::SharedPtr<System::IO::Stream>) method
Creates new PresentationInfo object from stream and binds presentation to it. Gets info about presentation in specified stream.
System::SharedPtr<IPresentationInfo> Aspose::Slides::PresentationFactory::GetPresentationInfo(System::SharedPtr<System::IO::Stream> stream) override
Arguments
Parameter | Type | Description |
---|---|---|
stream | System::SharedPtr<System::IO::Stream> | Presentation stream. |
Return Value
Presentation info binded to presentation.
See Also
- Typedef SharedPtr
- Class IPresentationInfo
- Class String
- Class PresentationFactory
- Class Stream
- Namespace Aspose::Slides
- Library Aspose.Slides