ReadPresentation

ReadPresentation(byte[])

Reads an existing presentation from array

public IPresentation ReadPresentation(byte[] data)
ParameterTypeDescription
dataByte[]Array to read

Return Value

Read presentation

See Also


ReadPresentation(byte[], ILoadOptions)

Reads an existing presentation from array with additional load options

public IPresentation ReadPresentation(byte[] data, ILoadOptions options)
ParameterTypeDescription
dataByte[]Array to read
optionsILoadOptionsLoad options

Return Value

Read presentation

See Also


ReadPresentation(Stream)

Reads an existing presentation from stream

public IPresentation ReadPresentation(Stream stream)
ParameterTypeDescription
streamStreamInput stream to read

Return Value

Read presentation

See Also


ReadPresentation(Stream, ILoadOptions)

Reads an existing presentation from stream with additional load options

public IPresentation ReadPresentation(Stream stream, ILoadOptions options)
ParameterTypeDescription
streamStreamInput stream to read
optionsILoadOptionsLoad options

Return Value

Read presentation

See Also


ReadPresentation(string)

Reads an existing presentation from file

public IPresentation ReadPresentation(string file)
ParameterTypeDescription
fileStringFile name

Return Value

Read presentation

See Also


ReadPresentation(string, ILoadOptions)

Reads an existing presentation from stream with additional load options

public IPresentation ReadPresentation(string file, ILoadOptions options)
ParameterTypeDescription
fileStringFile name
optionsILoadOptionsLoad options

Return Value

Read presentation

See Also