Click or drag to resize

PdfiumFPDFImageObj_GetCloneBitmap(IntPtr, IntPtr) Method

Get the copy of bitmap and mask 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,
	out IntPtr mask
)

Parameters

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

Return Value

IntPtr
The Handle to the bitmap.
See Also