Method GetNumberOfPagesAsync
GetNumberOfPagesAsync()
Counts the number of pages in the current document.
Declaration
Task<int> GetNumberOfPagesAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<System.Int32> | The returned task results in in case of error.
|