ReadPresentation
Contents
[
Hide
]ReadPresentation(byte[])
Reads an existing presentation from array
public IPresentation ReadPresentation(byte[] data)
Parameter | Type | Description |
---|---|---|
data | Byte[] | Array to read |
Return Value
Read presentation
See Also
- interface IPresentation
- interface IPresentationFactory
- namespace Aspose.Slides
- assembly Aspose.Slides
ReadPresentation(byte[], ILoadOptions)
Reads an existing presentation from array with additional load options
public IPresentation ReadPresentation(byte[] data, ILoadOptions options)
Parameter | Type | Description |
---|---|---|
data | Byte[] | Array to read |
options | ILoadOptions | Load options |
Return Value
Read presentation
See Also
- interface IPresentation
- interface ILoadOptions
- interface IPresentationFactory
- namespace Aspose.Slides
- assembly Aspose.Slides
ReadPresentation(Stream)
Reads an existing presentation from stream
public IPresentation ReadPresentation(Stream stream)
Parameter | Type | Description |
---|---|---|
stream | Stream | Input stream to read |
Return Value
Read presentation
See Also
- interface IPresentation
- interface IPresentationFactory
- namespace Aspose.Slides
- assembly Aspose.Slides
ReadPresentation(Stream, ILoadOptions)
Reads an existing presentation from stream with additional load options
public IPresentation ReadPresentation(Stream stream, ILoadOptions options)
Parameter | Type | Description |
---|---|---|
stream | Stream | Input stream to read |
options | ILoadOptions | Load options |
Return Value
Read presentation
See Also
- interface IPresentation
- interface ILoadOptions
- interface IPresentationFactory
- namespace Aspose.Slides
- assembly Aspose.Slides
ReadPresentation(string)
Reads an existing presentation from file
public IPresentation ReadPresentation(string file)
Parameter | Type | Description |
---|---|---|
file | String | File name |
Return Value
Read presentation
See Also
- interface IPresentation
- interface IPresentationFactory
- namespace Aspose.Slides
- assembly Aspose.Slides
ReadPresentation(string, ILoadOptions)
Reads an existing presentation from stream with additional load options
public IPresentation ReadPresentation(string file, ILoadOptions options)
Parameter | Type | Description |
---|---|---|
file | String | File name |
options | ILoadOptions | Load options |
Return Value
Read presentation
See Also
- interface IPresentation
- interface ILoadOptions
- interface IPresentationFactory
- namespace Aspose.Slides
- assembly Aspose.Slides