Loads a diagram from the specified stream.
Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming
C#
![]() |
---|
public void LoadFromStream ( |
Visual Basic
![]() |
---|
Public Sub LoadFromStream( _ |
The method loads previously saved diagram from a stream. Stream wraps sequences of bytes, such as files, memory buffers, TCP sockets and more. The method throws exception if the stream given as argument does not contain data of the proper format. Diagrams can be saved in a stream using the SaveToStream method.
NetDiagram Programmer's Guide | © 2023 MindFusion |