Skip to main content
All docs
V26.1
  • IAzureFileStorageManagerAsync.TryGetPageAsync(String, Int32, Stream) Method

    Namespace: DevExpress.XtraReports.Web.Azure.WebDocumentViewer

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

    Declaration

    Task<bool> TryGetPageAsync(
        string documentId,
        int pageIndex,
        Stream stream
    )

    Parameters

    Name Type
    documentId String
    pageIndex Int32
    stream Stream

    Returns

    Type
    Task<Boolean>
    See Also