IDocumentPersistentStorageAsync.SavePageAsync(String, Int32, Stream) Method
Asynchronously saves a document page to storage.
Namespace: DevExpress.XtraReports.Web.WebDocumentViewer
Assembly: DevExpress.XtraReports.v24.2.Web.dll
NuGet Package: DevExpress.Web.Reporting.Common
Declaration
Parameters
Name | Type | Description |
---|---|---|
id | String | A name of the storage item to which a page is saved. |
pageIndex | Int32 | A document page index. |
stream | Stream | A data stream that contains a document page. |
Returns
Type | Description |
---|---|
Task | A task that saves a specified document page to the document storage. |
See Also