ReadPresentation

ReadPresentation(byte[])

从数组

public IPresentation ReadPresentation(byte[] data)
范围类型描述
数据Byte[]要读取的数组

返回值

阅读演示文稿

也可以看看


ReadPresentation(byte[], ILoadOptions)

从带有附加加载选项的数组中读取现有演示文稿

public IPresentation ReadPresentation(byte[] data, ILoadOptions options)
范围类型描述
dataByte[]要读取的数组
optionsILoadOptions加载选项

返回值

读取演示文稿

也可以看看


ReadPresentation(Stream)

从流中读取现有演示文稿

public IPresentation ReadPresentation(Stream stream)
范围类型描述
streamStream要读取的输入流

返回值

阅读演示

也可以看看


ReadPresentation(Stream, ILoadOptions)

从带有附加加载选项的流中读取现有演示文稿

public IPresentation ReadPresentation(Stream stream, ILoadOptions options)
范围类型描述
streamStream要读取的输入流
optionsILoadOptions加载选项

返回值

读取演示文稿

也可以看看


ReadPresentation(string)

从文件中读取现有演示文稿

public IPresentation ReadPresentation(string file)
范围类型描述
fileString文件名

返回值

阅读演示

也可以看看


ReadPresentation(string, ILoadOptions)

从带有附加加载选项的流中读取现有演示文稿

public IPresentation ReadPresentation(string file, ILoadOptions options)
范围类型描述
fileString文件名
optionsILoadOptions加载选项

返回值

阅读演示文稿

也可以看看