GetPresentationInfo

GetPresentationInfo(string)

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

public IPresentationInfo GetPresentationInfo(string file)
范围类型描述
fileString演示文件。

返回值

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

也可以看看


GetPresentationInfo(Stream)

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

public IPresentationInfo GetPresentationInfo(Stream stream)
范围类型描述
streamStream表示流。

返回值

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

也可以看看