ReadPresentation()

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

Reads an existing presentation from array

System::SharedPtr<IPresentation> Aspose::Slides::PresentationFactory::ReadPresentation(System::ArrayPtr<uint8_t> data) override

Arguments

ParameterTypeDescription
dataSystem::ArrayPtr<uint8_t>Array to read

Return Value

Read presentation

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

Reads an existing presentation from array with additional load options

System::SharedPtr<IPresentation> Aspose::Slides::PresentationFactory::ReadPresentation(System::ArrayPtr<uint8_t> data, System::SharedPtr<ILoadOptions> options) override

Arguments

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

Return Value

Read presentation

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

Reads an existing presentation from stream

System::SharedPtr<IPresentation> Aspose::Slides::PresentationFactory::ReadPresentation(System::SharedPtr<System::IO::Stream> stream) override

Arguments

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

Return Value

Read presentation

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

Reads an existing presentation from stream with additional load options

System::SharedPtr<IPresentation> Aspose::Slides::PresentationFactory::ReadPresentation(System::SharedPtr<System::IO::Stream> stream, System::SharedPtr<ILoadOptions> options) override

Arguments

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

Return Value

Read presentation

PresentationFactory::ReadPresentation(System::String) method

Reads an existing presentation from file

System::SharedPtr<IPresentation> Aspose::Slides::PresentationFactory::ReadPresentation(System::String file) override

Arguments

ParameterTypeDescription
fileSystem::StringFile name

Return Value

Read presentation

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

Reads an existing presentation from stream with additional load options

System::SharedPtr<IPresentation> Aspose::Slides::PresentationFactory::ReadPresentation(System::String file, System::SharedPtr<ILoadOptions> options) override

Arguments

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

Return Value

Read presentation

See Also