Back to Devexpress

DocumentLayout.GetPageAsync Method

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-layout-dot-documentlayout-dot-getpageasync.md

latest815 B
Original Source

DocumentLayout.GetPageAsync Method

NameParametersDescription
GetPageAsync(Int32, Action<LayoutPage>, CancellationToken)pageIndex, callback, cancellationTokenCalculates the page layout asynchronously for the specified page and allows task cancellation through the use of a cancellation token.
GetPageAsync(Int32, Action<LayoutPage>)pageIndex, callbackCalculates page layout asynchronously for the specified page.