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