SnapDocument.SaveDocument Method
Name | Parameters | Description |
---|---|---|
SaveDocument(Stream, DocumentFormat) | stream, format | Obsolete. Saves the document to a stream in the specified format. |
SaveDocument(Stream) | stream | Saves the document to a stream. |
SaveDocument(String, DocumentFormat) | fileName, format | Obsolete. Saves the document to a file in the specified format. |
SaveDocument(String) | fileName | Saves the document to a file. |