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

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

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

Return Value

Presentation info.

See Also