GetPresentationInfo
GetPresentationInfo(string)
Creates new PresentationInfo object from file and binds presentation to it.
public IPresentationInfo GetPresentationInfo(string file)
Parameter | Type | Description |
---|---|---|
file | String | Presentation file. |
Return Value
Presentation info binded to presentation.
See Also
- interface IPresentationInfo
- class PresentationFactory
- namespace Aspose.Slides
- assembly Aspose.Slides
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)
Parameter | Type | Description |
---|---|---|
stream | Stream | Presentation stream. |
Return Value
Presentation info binded to presentation.
See Also
- interface IPresentationInfo
- class PresentationFactory
- namespace Aspose.Slides
- assembly Aspose.Slides