ReadPresentation
内容
[
隐藏
]ReadPresentation(byte[])
从数组
public IPresentation ReadPresentation(byte[] data)
范围 | 类型 | 描述 |
---|---|---|
数据 | Byte[] | 要读取的数组 |
返回值
阅读演示文稿
也可以看看
- interface IPresentation
- interface IPresentationFactory
- 命名空间 Aspose.Slides
- 部件 Aspose.Slides
ReadPresentation(byte[], ILoadOptions)
从带有附加加载选项的数组中读取现有演示文稿
public IPresentation ReadPresentation(byte[] data, ILoadOptions options)
范围 | 类型 | 描述 |
---|---|---|
data | Byte[] | 要读取的数组 |
options | ILoadOptions | 加载选项 |
返回值
读取演示文稿
也可以看看
- interface IPresentation
- interface ILoadOptions
- interface IPresentationFactory
- 命名空间 Aspose.Slides
- 部件 Aspose.Slides
ReadPresentation(Stream)
从流中读取现有演示文稿
public IPresentation ReadPresentation(Stream stream)
范围 | 类型 | 描述 |
---|---|---|
stream | Stream | 要读取的输入流 |
返回值
阅读演示
也可以看看
- interface IPresentation
- interface IPresentationFactory
- 命名空间 Aspose.Slides
- 部件 Aspose.Slides
ReadPresentation(Stream, ILoadOptions)
从带有附加加载选项的流中读取现有演示文稿
public IPresentation ReadPresentation(Stream stream, ILoadOptions options)
范围 | 类型 | 描述 |
---|---|---|
stream | Stream | 要读取的输入流 |
options | ILoadOptions | 加载选项 |
返回值
读取演示文稿
也可以看看
- interface IPresentation
- interface ILoadOptions
- interface IPresentationFactory
- 命名空间 Aspose.Slides
- 部件 Aspose.Slides
ReadPresentation(string)
从文件中读取现有演示文稿
public IPresentation ReadPresentation(string file)
范围 | 类型 | 描述 |
---|---|---|
file | String | 文件名 |
返回值
阅读演示
也可以看看
- interface IPresentation
- interface IPresentationFactory
- 命名空间 Aspose.Slides
- 部件 Aspose.Slides
ReadPresentation(string, ILoadOptions)
从带有附加加载选项的流中读取现有演示文稿
public IPresentation ReadPresentation(string file, ILoadOptions options)
范围 | 类型 | 描述 |
---|---|---|
file | String | 文件名 |
options | ILoadOptions | 加载选项 |
返回值
阅读演示文稿
也可以看看
- interface IPresentation
- interface ILoadOptions
- interface IPresentationFactory
- 命名空间 Aspose.Slides
- 部件 Aspose.Slides