GetPresentationInfo

GetPresentationInfo(string)

获取有关指定文件中的演示文稿的信息。

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

返回值

演示信息

也可以看看


GetPresentationInfo(Stream)

获取有关指定流中的演示文稿的信息。

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

返回值

演示信息。

也可以看看