GetPresentationInfo

GetPresentationInfo(string)

从文件创建新的 PresentationInfo 对象并将演示文稿绑定到它。

public IPresentationInfo GetPresentationInfo(string file)
参数类型描述
fileString演示文稿文件。

返回值

绑定到演示文稿的演示信息。

另见


GetPresentationInfo(Stream)

从流创建新的 PresentationInfo 对象并将演示文稿绑定到它。获取指定流中演示文稿的信息。

public IPresentationInfo GetPresentationInfo(Stream stream)
参数类型描述
streamStream演示文稿流。

返回值

绑定到演示文稿的演示信息。

另见