GetPresentationInfo()
IPresentationFactory::GetPresentationInfo(System::String) method
Gets info about presentation in specified file.
virtual System::SharedPtr<IPresentationInfo> Aspose::Slides::IPresentationFactory::GetPresentationInfo(System::String file)=0
Arguments
Parameter | Type | Description |
---|---|---|
file | System::String | Presentation file. |
Return Value
Presentation info
IPresentationFactory::GetPresentationInfo(System::SharedPtr<System::IO::Stream>) method
Gets info about presentation in specified stream.
virtual System::SharedPtr<IPresentationInfo> Aspose::Slides::IPresentationFactory::GetPresentationInfo(System::SharedPtr<System::IO::Stream> stream)=0
Arguments
Parameter | Type | Description |
---|---|---|
stream | System::SharedPtr<System::IO::Stream> | Presentation stream. |
Return Value
Presentation info.
See Also
- Typedef SharedPtr
- Class IPresentationInfo
- Class String
- Class IPresentationFactory
- Class Stream
- Namespace Aspose::Slides
- Library Aspose.Slides