[]
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)
Public Delegate Sub GcPdfDocument.SaveAsImageDelegate(bitmap As GcBitmap, pageIndex As Integer, index As Integer)
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. |