Overload List

  Name Description
Public method Load(Stream)
Loads the current document from a stream. The stream should contain a document in C1d format.
Public method Load(String)
Loads the current document from a file. The persistence format (C1d or C1dx) is determined by the file extension. The format defaults to C1d if the format cannot be determined from the extension.
Public method Load(Stream, C1DocumentFormatEnum)
Loads the current document from a stream.
Public method Load(String, C1DocumentFormatEnum)
Loads the current document from a file.

See Also