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

ParameterTypeDescription
fileSystem::StringPresentation 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

ParameterTypeDescription
streamSystem::SharedPtr<System::IO::Stream>Presentation stream.

Return Value

Presentation info binded to presentation.

See Also