Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

SpreadsheetControl.SaveDocument(DocumentFormat, EncryptionSettings) Method

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

Namespace: DevExpress.Xpf.Spreadsheet

Assembly: DevExpress.Xpf.Spreadsheet.v24.2.dll

NuGet Package: DevExpress.Wpf.Spreadsheet

#Declaration

public byte[] SaveDocument(
    DocumentFormat format,
    EncryptionSettings encryptionSettings
)

#Parameters

Name Type Description
format DocumentFormat

The format of the document to be saved.

encryptionSettings EncryptionSettings

Document encryption settings.

#Returns

Type Description
Byte[]

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

#Remarks

The SaveDocument method can be used to store a workbook in an external database.

See Also