Click or drag to resize

PdfiumFPDFImageObj_GetCloneBitmap(IntPtr) Method

Get the copy of bitmap from an image object.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static IntPtr FPDFImageObj_GetCloneBitmap(
	IntPtr image_object
)

Parameters

image_object  IntPtr
Handle to image object returned by FPDFPageObj_NewImgeObj(IntPtr) or FPDFPage_GetObject(IntPtr, Int32).

Return Value

IntPtr
The Handle to the bitmap.
See Also