Click or drag to resize

PdfiumFPDFImageObj_SetBitmap(IntPtr, Int32, IntPtr, IntPtr) Method

Set the bitmap to an image object.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static bool FPDFImageObj_SetBitmap(
	IntPtr pages,
	int nCount,
	IntPtr image_object,
	IntPtr bitmap
)

Parameters

pages  IntPtr
Pointer's to the start of all loaded pages.
nCount  Int32
Number of pages.
image_object  IntPtr
Handle to image object returned by FPDFPageObj_NewImgeObj(IntPtr).
bitmap  IntPtr
The Handle to the bitmap which you want to set it to the image object.

Return Value

Boolean
TRUE if successful, FALSE otherwise.
Remarks
See Also