Method GetPagesAsync
GetPagesAsync()
Retrieves the page dimensions (height, width) These are important for the positioning of new signature fields.
Declaration
Task<IEnumerable<IPageDimension>> GetPagesAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<IPageDimension>> | The returned task results in in case of error.
|