In This Topic
Loads the current document from a stream. The stream should contain a document in
C1.C1Preview.C1DocumentFormatEnum.C1d format.
Syntax
'Declaration
Public Overloads Sub Load( _
ByVal As Stream _
)
public void Load(
Stream
)
Parameters
- stream
- The stream from which to load the document.
See Also