Overload List

  Name Description
Public method Save(Stream)
Saves the current document to a stream using the C1d format.
Public method Save(String)
Saves the current document to a disk file. The persistense format (C1d or C1dx) is determined by the specified file extension. The save format defaults to C1d if the format cannot be determined from the extension.
Public method Save(Stream, C1DocumentFormatEnum)
Saves the current document to a stream using the specified format.
Public method Save(String, C1DocumentFormatEnum)
Saves the current document to a disk file using the specified format.

See Also