ReadPresentation()
Contents
[
Hide
]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
Parameter | Type | Description |
---|---|---|
data | System::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
Parameter | Type | Description |
---|---|---|
data | System::ArrayPtr<uint8_t> | Array to read |
options | System::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
Parameter | Type | Description |
---|---|---|
stream | System::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
Parameter | Type | Description |
---|---|---|
stream | System::SharedPtr<System::IO::Stream> | Input stream to read |
options | System::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
Parameter | Type | Description |
---|---|---|
file | System::String | File 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
Parameter | Type | Description |
---|---|---|
file | System::String | File name |
options | System::SharedPtr<ILoadOptions> | Load options |
Return Value
Read presentation
See Also
- Typedef SharedPtr
- Typedef ArrayPtr
- Class IPresentation
- Class IPresentationFactory
- Class ILoadOptions
- Class Stream
- Class String
- Namespace Aspose::Slides
- Library Aspose.Slides