ReadPresentation
Contents
[
Hide
]
IPresentationFactory.ReadPresentation method (1 of 6)
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
IPresentationFactory.ReadPresentation method (2 of 6)
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
IPresentationFactory.ReadPresentation method (3 of 6)
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
IPresentationFactory.ReadPresentation method (4 of 6)
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
IPresentationFactory.ReadPresentation method (5 of 6)
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
IPresentationFactory.ReadPresentation method (6 of 6)
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