GetPresentationInfo
GetPresentationInfo(string)
Gets info about presentation in specified file.
public IPresentationInfo GetPresentationInfo(string file)
Parameter | Type | Description |
---|---|---|
file | String | Presentation file. |
Return Value
Presentation info
See Also
- interface IPresentationInfo
- interface IPresentationFactory
- namespace Aspose.Slides
- assembly Aspose.Slides
GetPresentationInfo(Stream)
Gets info about presentation in specified stream.
public IPresentationInfo GetPresentationInfo(Stream stream)
Parameter | Type | Description |
---|---|---|
stream | Stream | Presentation stream. |
Return Value
Presentation info.
See Also
- interface IPresentationInfo
- interface IPresentationFactory
- namespace Aspose.Slides
- assembly Aspose.Slides