IPersistStreamSave Method |
Saves the object to a stream.
Namespace: Altaxo.UnmanagedApi.Ole32Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxvoid Save(
IStream pstm,
bool fClearDirty
)
Parameters
- pstm IStream
- The destination stream.
- fClearDirty Boolean
- to clear the dirty flag after saving.
See Also