ReadPresentation
内容
[
隐藏
]ReadPresentation(byte[])
从数组读取现有演示文稿
public IPresentation ReadPresentation(byte[] data)
参数 | 类型 | 描述 |
---|---|---|
data | Byte[] | 要读取的数组 |
返回值
读取的演示文稿
另请参见
- interface IPresentation
- interface IPresentationFactory
- namespace Aspose.Slides
- assembly Aspose.Slides
ReadPresentation(byte[], ILoadOptions)
从数组读取现有演示文稿,带有附加加载选项
public IPresentation ReadPresentation(byte[] data, ILoadOptions options)
参数 | 类型 | 描述 |
---|---|---|
data | Byte[] | 要读取的数组 |
options | ILoadOptions | 加载选项 |
返回值
读取的演示文稿
另请参见
- interface IPresentation
- interface ILoadOptions
- interface IPresentationFactory
- namespace Aspose.Slides
- assembly Aspose.Slides
ReadPresentation(Stream)
从流中读取现有演示文稿
public IPresentation ReadPresentation(Stream stream)
参数 | 类型 | 描述 |
---|---|---|
stream | Stream | 要读取的输入流 |
返回值
读取的演示文稿
另请参见
- interface IPresentation
- interface IPresentationFactory
- namespace Aspose.Slides
- assembly Aspose.Slides
ReadPresentation(Stream, ILoadOptions)
从流中读取现有演示文稿,带有附加加载选项
public IPresentation ReadPresentation(Stream stream, ILoadOptions options)
参数 | 类型 | 描述 |
---|---|---|
stream | Stream | 要读取的输入流 |
options | ILoadOptions | 加载选项 |
返回值
读取的演示文稿
另请参见
- interface IPresentation
- interface ILoadOptions
- interface IPresentationFactory
- namespace Aspose.Slides
- assembly Aspose.Slides
ReadPresentation(string)
从文件读取现有演示文稿
public IPresentation ReadPresentation(string file)
参数 | 类型 | 描述 |
---|---|---|
file | String | 文件名 |
返回值
读取的演示文稿
另请参见
- interface IPresentation
- interface IPresentationFactory
- namespace Aspose.Slides
- assembly Aspose.Slides
ReadPresentation(string, ILoadOptions)
从流中读取现有演示文稿,带有附加加载选项
public IPresentation ReadPresentation(string file, ILoadOptions options)
参数 | 类型 | 描述 |
---|---|---|
file | String | 文件名 |
options | ILoadOptions | 加载选项 |
返回值
读取的演示文稿
另请参见
- interface IPresentation
- interface ILoadOptions
- interface IPresentationFactory
- namespace Aspose.Slides
- assembly Aspose.Slides