Click or drag to resize

PdfiumFPDFPageObj_NewImgeObj Method

Create a new Image Object.

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

Parameters

document  IntPtr
Handle to document. Returned by FPDF_LoadDocument(String, String) or FPDF_CreateNewDocument function.

Return Value

IntPtr
Handle to image object
See Also