GetPresentationInfo
GetPresentationInfo(string)
Obtient des informations sur la présentation dans le fichier spécifié.
public IPresentationInfo GetPresentationInfo(string file)
Paramètre | Type | Description |
---|---|---|
file | String | Fichier de présentation. |
Valeur de retour
Informations sur la présentation
Voir aussi
- interface IPresentationInfo
- interface IPresentationFactory
- namespace Aspose.Slides
- assembly Aspose.Slides
GetPresentationInfo(Stream)
Obtient des informations sur la présentation dans le flux spécifié.
public IPresentationInfo GetPresentationInfo(Stream stream)
Paramètre | Type | Description |
---|---|---|
stream | Stream | Flux de présentation. |
Valeur de retour
Informations sur la présentation.
Voir aussi
- interface IPresentationInfo
- interface IPresentationFactory
- namespace Aspose.Slides
- assembly Aspose.Slides