[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.GcPdfDocument.SaveAsImageDelegate

GcPdfDocument.SaveAsImageDelegate Delegate

Defines the method signature called for each page when SaveAsImage(OutputRange, SaveAsImageOptions, SaveAsImageDelegate) is called.

Namespace: GrapeCity.Documents.Pdf
Assembly: GcDocs.Pdf.dll
Syntax
public delegate void GcPdfDocument.SaveAsImageDelegate(GcBitmap bitmap, int pageIndex, int index)
Parameters
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.

Constructors

Name Description
SaveAsImageDelegate(object, IntPtr)

Methods

Name Description
BeginInvoke(GcBitmap, int, int, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(GcBitmap, int, int)