Loads the current document from a stream. The stream should contain a document in C1D format.
オーバーロード一覧
| オーバーロード | 解説 |
| Load(Stream) | Loads the current document from a stream. The stream should contain a document in C1D format. |
| Load(Stream,Object) | Loads the current document from a stream. |
| Load(String) | Loads the current document from a file. The file format (C1D or C1DX) is determined by the file extension. The format defaults to C1D if the format cannot be determined from the extension. |
| Load(String,Object) | Loads the current document from a file. |
参照