GetPresentationInfo
GetPresentationInfo(string)
获取有关指定文件中的演示文稿的信息。
public IPresentationInfo GetPresentationInfo(string file)
范围 | 类型 | 描述 |
---|---|---|
file | String | 演示文件。 |
返回值
演示信息
也可以看看
- interface IPresentationInfo
- interface IPresentationFactory
- 命名空间 Aspose.Slides
- 部件 Aspose.Slides
GetPresentationInfo(Stream)
获取有关指定流中的演示文稿的信息。
public IPresentationInfo GetPresentationInfo(Stream stream)
范围 | 类型 | 描述 |
---|---|---|
stream | Stream | 表示流。 |
返回值
演示信息。
也可以看看
- interface IPresentationInfo
- interface IPresentationFactory
- 命名空间 Aspose.Slides
- 部件 Aspose.Slides