ReadPresentation()

IPresentationFactory::ReadPresentation(System::ArrayPtr<uint8_t>) method

Reads an existing presentation from array

virtual System::SharedPtr<IPresentation> Aspose::Slides::IPresentationFactory::ReadPresentation(System::ArrayPtr<uint8_t> data)=0

Arguments

ParameterTypeDescription
dataSystem::ArrayPtr<uint8_t>Array to read

Return Value

Read presentation

IPresentationFactory::ReadPresentation(System::ArrayPtr<uint8_t>, System::SharedPtr<ILoadOptions>) method

Reads an existing presentation from array with additional load options

virtual System::SharedPtr<IPresentation> Aspose::Slides::IPresentationFactory::ReadPresentation(System::ArrayPtr<uint8_t> data, System::SharedPtr<ILoadOptions> options)=0

Arguments

ParameterTypeDescription
dataSystem::ArrayPtr<uint8_t>Array to read
optionsSystem::SharedPtr<ILoadOptions>Load options

Return Value

Read presentation

IPresentationFactory::ReadPresentation(System::SharedPtr<System::IO::Stream>) method

Reads an existing presentation from stream

virtual System::SharedPtr<IPresentation> Aspose::Slides::IPresentationFactory::ReadPresentation(System::SharedPtr<System::IO::Stream> stream)=0

Arguments

ParameterTypeDescription
streamSystem::SharedPtr<System::IO::Stream>Input stream to read

Return Value

Read presentation

IPresentationFactory::ReadPresentation(System::SharedPtr<System::IO::Stream>, System::SharedPtr<ILoadOptions>) method

Reads an existing presentation from stream with additional load options

virtual System::SharedPtr<IPresentation> Aspose::Slides::IPresentationFactory::ReadPresentation(System::SharedPtr<System::IO::Stream> stream, System::SharedPtr<ILoadOptions> options)=0

Arguments

ParameterTypeDescription
streamSystem::SharedPtr<System::IO::Stream>Input stream to read
optionsSystem::SharedPtr<ILoadOptions>Load options

Return Value

Read presentation

IPresentationFactory::ReadPresentation(System::String) method

Reads an existing presentation from file

virtual System::SharedPtr<IPresentation> Aspose::Slides::IPresentationFactory::ReadPresentation(System::String file)=0

Arguments

ParameterTypeDescription
fileSystem::StringFile name

Return Value

Read presentation

IPresentationFactory::ReadPresentation(System::String, System::SharedPtr<ILoadOptions>) method

Reads an existing presentation from stream with additional load options

virtual System::SharedPtr<IPresentation> Aspose::Slides::IPresentationFactory::ReadPresentation(System::String file, System::SharedPtr<ILoadOptions> options)=0

Arguments

ParameterTypeDescription
fileSystem::StringFile name
optionsSystem::SharedPtr<ILoadOptions>Load options

Return Value

Read presentation

See Also