Click or drag to resize

IPersistStreamLoad Method

Loads the object from a stream.

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

Parameters

pstm  IStream
The source stream.
See Also