Load Method (PrintDocumentWrapper)
In This Topic
Loads the current document from a stream. The stream should contain a document in C1D format.
Overload List
Overload | Description |
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. |
See Also