C1.C1Preview Namespace > C1PrintDocument Class : Load Method |
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. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2