Skip to main content

ReportServiceClient.GetPagesAsync(DocumentId, Int32[], PageCompatibility, Object) Method

Starts obtaining the document pages (asynchronously).

Namespace: DevExpress.DocumentServices.ServiceModel.Client

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public void GetPagesAsync(
    DocumentId documentId,
    int[] pageIndexes,
    PageCompatibility compatibility,
    object asyncState
)

Parameters

Name Type Description
documentId DocumentId

A DocumentId object, identifying the document.

pageIndexes Int32[]

An array of integer values, specifying the document page indexes.

compatibility PageCompatibility

A PageCompatibility enumeration value, specifying the markup compatibility.

asyncState Object

A Object value, containing information about the asynchronous operation.

See Also