ISpreadsheetComponent.SaveDocument(Stream, DocumentFormat, EncryptionSettings) Method
Saves the document to a stream, specifying the document format anf encryption options.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
void SaveDocument(
Stream stream,
DocumentFormat format,
EncryptionSettings encryptionSettings
)
Parameters
Name | Type | Description |
---|---|---|
stream | Stream | The stream used to output the document. |
format | DocumentFormat | A DocumentFormat enumeration member specifying the document format. |
encryptionSettings | EncryptionSettings | Document encryption options. |
See Also