ReadPresentation
内容
[
隐藏
]ReadPresentation(byte[])
从数组读取现有的演示文稿
public IPresentation ReadPresentation(byte[] data)
参数 | 类型 | 描述 |
---|---|---|
data | Byte[] | 要读取的数组 |
返回值
读取的演示文稿
另见
- 接口 IPresentation
- 接口 IPresentationFactory
- 命名空间 Aspose.Slides
- 程序集 Aspose.Slides
ReadPresentation(byte[], ILoadOptions)
从数组读取现有的演示文稿,带有额外的加载选项
public IPresentation ReadPresentation(byte[] data, ILoadOptions options)
参数 | 类型 | 描述 |
---|---|---|
data | Byte[] | 要读取的数组 |
options | ILoadOptions | 加载选项 |
返回值
读取的演示文稿
另见
- 接口 IPresentation
- 接口 ILoadOptions
- 接口 IPresentationFactory
- 命名空间 Aspose.Slides
- 程序集 Aspose.Slides
ReadPresentation(Stream)
从流读取现有的演示文稿
public IPresentation ReadPresentation(Stream stream)
参数 | 类型 | 描述 |
---|---|---|
stream | Stream | 要读取的输入流 |
返回值
读取的演示文稿
另见
- 接口 IPresentation
- 接口 IPresentationFactory
- 命名空间 Aspose.Slides
- 程序集 Aspose.Slides
ReadPresentation(Stream, ILoadOptions)
从流读取现有的演示文稿,带有额外的加载选项
public IPresentation ReadPresentation(Stream stream, ILoadOptions options)
参数 | 类型 | 描述 |
---|---|---|
stream | Stream | 要读取的输入流 |
options | ILoadOptions | 加载选项 |
返回值
读取的演示文稿
另见
- 接口 IPresentation
- 接口 ILoadOptions
- 接口 IPresentationFactory
- 命名空间 Aspose.Slides
- 程序集 Aspose.Slides
ReadPresentation(string)
从文件读取现有的演示文稿
public IPresentation ReadPresentation(string file)
参数 | 类型 | 描述 |
---|---|---|
file | String | 文件名 |
返回值
读取的演示文稿
另见
- 接口 IPresentation
- 接口 IPresentationFactory
- 命名空间 Aspose.Slides
- 程序集 Aspose.Slides
ReadPresentation(string, ILoadOptions)
从文件读取现有的演示文稿,带有额外的加载选项
public IPresentation ReadPresentation(string file, ILoadOptions options)
参数 | 类型 | 描述 |
---|---|---|
file | String | 文件名 |
options | ILoadOptions | 加载选项 |
返回值
读取的演示文稿
另见
- 接口 IPresentation
- 接口 ILoadOptions
- 接口 IPresentationFactory
- 命名空间 Aspose.Slides
- 程序集 Aspose.Slides