[]
        
(Showing Draft Content)

C1.C1Preview.C1MultiDocument.Load

Load Method

Load(Stream)

Loads the current document from a stream.

Declaration
public void Load(Stream stream)
Parameters
Type Name Description
Stream stream

The stream from which to load the document.

Load(string)

Loads the current document from a file.

Declaration
public void Load(string fileName)
Parameters
Type Name Description
string fileName

The source file name.