Click or drag to resize

PdfiumFPDFPage_AddObject Method

Add an object to the page. The page object is automatically freed.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static void FPDFPage_AddObject(
	IntPtr page,
	IntPtr page_object
)

Parameters

page  IntPtr
Handle to a page. Returned by FPDFPage_New(IntPtr, Int32, Double, Double).
page_object  IntPtr
Handle to a page object. Returned by FPDFPageObj_NewTextObj, FPDFPageObj_NewTextObjEx(String, Int32, IntPtr) or FPDFPageObj_NewPathObj.
See Also