GetPresentationInfo

GetPresentationInfo(string)

Creates new PresentationInfo object from file and binds presentation to it.

public IPresentationInfo GetPresentationInfo(string file)
ParameterTypeDescription
fileStringPresentation file.

Return Value

Presentation info binded to presentation.

See Also


GetPresentationInfo(Stream)

Creates new PresentationInfo object from stream and binds presentation to it. Gets info about presentation in specified stream.

public IPresentationInfo GetPresentationInfo(Stream stream)
ParameterTypeDescription
streamStreamPresentation stream.

Return Value

Presentation info binded to presentation.

See Also