Method RenderPageAsync
RenderPageAsync(Int32, Int32)
Renders a page with the desired resolution.
Declaration
Task<Bitmap> RenderPageAsync(int page, int dpi)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | page | The page. |
System.Int32 | dpi | The resolution in dots per inch. |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<System.Drawing.Bitmap> | The returned task results in in case of error.
|