[]
Defines the method signature called for each page when SaveAsImage(OutputRange, SaveAsImageOptions, SaveAsImageDelegate) is called.
public delegate void GcPdfDocument.SaveAsImageDelegate(GcBitmap bitmap, int pageIndex, int index)
| Type | Name | Description |
|---|---|---|
| GcBitmap | bitmap | The GcBitmap generated for the page. |
| int | pageIndex | The index of the page in a document for which the bitmap was generated. |
| int | index | The index in order, changes from to 0 to the count of pages - 1. |
| Name | Description |
|---|---|
| SaveAsImageDelegate(object, IntPtr) |
| Name | Description |
|---|---|
| BeginInvoke(GcBitmap, int, int, AsyncCallback, object) | |
| EndInvoke(IAsyncResult) | |
| Invoke(GcBitmap, int, int) |