Document.SaveDocument Method
Name | Parameters | Description |
---|---|---|
Save |
format, encryption |
Saves the document to a byte array in the specified file format and encrypts it with a password. |
Save |
format | Saves the document to a byte array in the specified file format. |
Save |
stream, format, encryption |
Saves the document to a stream, specifying the document’s format and encryption options. |
Save |
stream, format | Saves the document to a stream, specifying the document’s format. |
Save |
file |
Saves the document to a stream, specifying the document’s format and encryption options. |
Save |
file |
Saves the document to a file, specifying the document’s format. |