CreateMemoryStream
CreateMemoryStream()
Erstellen Sie eine Instanz von MemoryStream oder eine benutzerdefinierte Implementierung von MemoryStream.
public virtual MemoryStream CreateMemoryStream()
Rückgabewert
Die MemoryStream-Instanz.
Siehe auch
- class CustomImplementationFactory
- namensraum Aspose.Cells
- Montage Aspose.Cells
CreateMemoryStream(int)
Erstellen Sie eine Instanz von MemoryStream oder eine benutzerdefinierte Implementierung von MemoryStream.
public virtual MemoryStream CreateMemoryStream(int capacity)
Parameter | Typ | Beschreibung |
---|---|---|
capacity | Int32 | Anfängliche Kapazität für den MemoryStream |
Rückgabewert
Die MemoryStream-Instanz.
Siehe auch
- class CustomImplementationFactory
- namensraum Aspose.Cells
- Montage Aspose.Cells