GetPresentationInfo

GetPresentationInfo(string)

Gets info about presentation in specified file.

public IPresentationInfo GetPresentationInfo(string file)
ParameterTypeDescription
fileStringPresentation file.

Return Value

Presentation info

See Also


GetPresentationInfo(Stream)

Gets info about presentation in specified stream.

public IPresentationInfo GetPresentationInfo(Stream stream)
ParameterTypeDescription
streamStreamPresentation stream.

Return Value

Presentation info.

See Also