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