GetPresentationInfo
GetPresentationInfo(string)
Ruft Informationen zur Präsentation in der angegebenen Datei ab.
public IPresentationInfo GetPresentationInfo(string file)
Parameter | Typ | Beschreibung |
---|---|---|
file | String | Präsentationsdatei. |
Rückgabewert
Informationen zur Präsentation
Siehe auch
- interface IPresentationInfo
- interface IPresentationFactory
- namensraum Aspose.Slides
- Montage Aspose.Slides
GetPresentationInfo(Stream)
Ruft Informationen zur Präsentation im angegebenen Stream ab.
public IPresentationInfo GetPresentationInfo(Stream stream)
Parameter | Typ | Beschreibung |
---|---|---|
stream | Stream | Präsentationsstream. |
Rückgabewert
Informationen zur Präsentation.
Siehe auch
- interface IPresentationInfo
- interface IPresentationFactory
- namensraum Aspose.Slides
- Montage Aspose.Slides