Skip to main content
Row

ISpreadsheetComponent.SaveDocument(DocumentFormat, EncryptionSettings) Method

Saves a document to an array of bytes in the specified format with the specified encryption settings.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

byte[] SaveDocument(
    DocumentFormat format,
    EncryptionSettings encryptionSettings
)

Parameters

Name Type Description
format DocumentFormat

A DocumentFormat enumeration member specifying the format of the document to be saved.

encryptionSettings EncryptionSettings

Document encryption options.

Returns

Type Description
Byte[]

An array of bytes containing document data in the specified format.

See Also