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