ReadPresentation
Inhalt
[
Ausblenden
]ReadPresentation(byte[])
Liest eine vorhandene Präsentation aus einem Array
public IPresentation ReadPresentation(byte[] data)
Parameter | Typ | Beschreibung |
---|---|---|
data | Byte[] | Array zum Lesen |
Rückgabewert
Gelesene Präsentation
Siehe auch
- interface IPresentation
- interface IPresentationFactory
- namespace Aspose.Slides
- assembly Aspose.Slides
ReadPresentation(byte[], ILoadOptions)
Liest eine vorhandene Präsentation aus einem Array mit zusätzlichen Ladeoptionen
public IPresentation ReadPresentation(byte[] data, ILoadOptions options)
Parameter | Typ | Beschreibung |
---|---|---|
data | Byte[] | Array zum Lesen |
options | ILoadOptions | Ladeoptionen |
Rückgabewert
Gelesene Präsentation
Siehe auch
- interface IPresentation
- interface ILoadOptions
- interface IPresentationFactory
- namespace Aspose.Slides
- assembly Aspose.Slides
ReadPresentation(Stream)
Liest eine vorhandene Präsentation aus einem Stream
public IPresentation ReadPresentation(Stream stream)
Parameter | Typ | Beschreibung |
---|---|---|
stream | Stream | Eingabestream zum Lesen |
Rückgabewert
Gelesene Präsentation
Siehe auch
- interface IPresentation
- interface IPresentationFactory
- namespace Aspose.Slides
- assembly Aspose.Slides
ReadPresentation(Stream, ILoadOptions)
Liest eine vorhandene Präsentation aus einem Stream mit zusätzlichen Ladeoptionen
public IPresentation ReadPresentation(Stream stream, ILoadOptions options)
Parameter | Typ | Beschreibung |
---|---|---|
stream | Stream | Eingabestream zum Lesen |
options | ILoadOptions | Ladeoptionen |
Rückgabewert
Gelesene Präsentation
Siehe auch
- interface IPresentation
- interface ILoadOptions
- interface IPresentationFactory
- namespace Aspose.Slides
- assembly Aspose.Slides
ReadPresentation(string)
Liest eine vorhandene Präsentation aus einer Datei
public IPresentation ReadPresentation(string file)
Parameter | Typ | Beschreibung |
---|---|---|
file | String | Dateiname |
Rückgabewert
Gelesene Präsentation
Siehe auch
- interface IPresentation
- interface IPresentationFactory
- namespace Aspose.Slides
- assembly Aspose.Slides
ReadPresentation(string, ILoadOptions)
Liest eine vorhandene Präsentation aus einer Datei mit zusätzlichen Ladeoptionen
public IPresentation ReadPresentation(string file, ILoadOptions options)
Parameter | Typ | Beschreibung |
---|---|---|
file | String | Dateiname |
options | ILoadOptions | Ladeoptionen |
Rückgabewert
Gelesene Präsentation
Siehe auch
- interface IPresentation
- interface ILoadOptions
- interface IPresentationFactory
- namespace Aspose.Slides
- assembly Aspose.Slides