C1.C1Preview Namespace > C1PrintDocument Class : Save Method |
Overload | Description |
---|---|
Save(String) | Saves the current document to a disk file. The persistense format (C1DocumentFormatEnum.C1d or C1DocumentFormatEnum.C1dx) is determined by the specified file extension. The save format defaults to C1DocumentFormatEnum.C1d if the format cannot be determined from the extension. |
Save(String,C1DocumentFormatEnum) | Saves the current document to a disk file using the specified format. |
Save(Stream) | Saves the current document to a stream using the C1DocumentFormatEnum.C1d format. |
Save(Stream,C1DocumentFormatEnum) | Saves the current document to a stream using the specified format. |
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