Skip to main content
All docs
V25.1
  • IDocumentPersistentStorageAsync.SavePageAsync(String, Int32, Stream) Method

    Asynchronously saves a document page to storage.

    Namespace: DevExpress.XtraReports.Web.WebDocumentViewer

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

    NuGet Package: DevExpress.Web.Reporting.Common

    Declaration

    Task SavePageAsync(
        string id,
        int pageIndex,
        Stream stream
    )

    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