Skip to main content

IDocumentPersistentStorageAsync.TryGetAllPagesAsync(String, IEnumerable<Stream>) Method

Gets all document pages from the storage.

Namespace: DevExpress.XtraReports.Web.WebDocumentViewer

Assembly: DevExpress.XtraReports.v24.1.Web.dll

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

Task<bool> TryGetAllPagesAsync(
    string id,
    IEnumerable<Stream> streams
)

Parameters

Name Type Description
id String

A string that identifies a storage item that contains all document pages.

streams IEnumerable<Stream>

A collection of destination streams for document pages, one stream per page.

Returns

Type Description
Task<Boolean>

A task that retrieves all document pages from storage.

See Also