Skip to main content
All docs
V26.1
  • IDocumentPersistentStorageAsync.TryGetAllPagesAsync(String, IEnumerable<Stream>) Method

    Gets all document pages from the storage.

    Namespace: DevExpress.XtraReports.Web.WebDocumentViewer

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

    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