IAsyncReportService.BeginGetPages(DocumentId, Int32[], PageCompatibility, AsyncCallback, Object) Method
In This Article
Starts obtaining the document pages.
Namespace: DevExpress.DocumentServices.ServiceModel.Client
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
[OperationContract(AsyncPattern = true)]
IAsyncResult BeginGetPages(
DocumentId documentId,
int[] pageIndexes,
PageCompatibility compatibility,
AsyncCallback callback,
object asyncState
)
#Parameters
Name | Type | Description |
---|---|---|
document |
Document |
A Document |
page |
Int32[] | An array of integer values. |
compatibility | Page |
A Page |
callback | Async |
References a method to be called when a corresponding asynchronous operation is completed. |
async |
Object | A Object value, containing information about the asynchronous operation. |
#Returns
Type | Description |
---|---|
IAsync |
An object containing information about the status of an asynchronous operation. |
See Also