Click or drag to resize

IPersistStreamSave Method

Saves the object to a stream.

Namespace: Altaxo.UnmanagedApi.Ole32
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
void Save(
	IStream pstm,
	bool fClearDirty
)

Parameters

pstm  IStream
The destination stream.
fClearDirty  Boolean
to clear the dirty flag after saving.
See Also