Table of Contents

Method LoadStream

Namespace
Alternet.FormDesigner.Wpf
Assembly
Alternet.FormDesigner.Wpf.v10.dll

LoadStream(Stream)

When implemented by a class, loads the designer text content of the specified stream.

bool LoadStream(Stream stream)

Parameters

stream Stream

The Stream object to read content.

Returns

bool

True is succeed; otherwise, false.

LoadStream(TextReader)

When implemented by a class, loads the designer text content of the specified stream.

bool LoadStream(TextReader reader)

Parameters

reader TextReader

The TextReader object to read content.

Returns

bool

True is succeed; otherwise false.