SaveDocument(DocumentFormat, EncryptionSettings)
|
format, encryptionSettings
|
Saves the document to a byte array in the specified file format and encrypts it with a password.
|
SaveDocument(DocumentFormat)
|
format
|
Saves the document to a byte array in the specified file format.
|
SaveDocument(Stream, DocumentFormat, EncryptionSettings)
|
stream, format, encryptionSettings
|
Saves the document to a stream, specifying the document’s format and encryption options.
|
SaveDocument(Stream, DocumentFormat)
|
stream, format
|
Saves the document to a stream, specifying the document’s format.
|
SaveDocument(String, DocumentFormat, EncryptionSettings)
|
fileName, format, encryptionSettings
|
Saves the document to a stream, specifying the document’s format and encryption options.
|
SaveDocument(String, DocumentFormat)
|
fileName, format
|
Saves the document to a file, specifying the document’s format.
|