Click or drag to resize

PdfiumFPDFPageObj_GetMarkParam Method

Get the property list associated with marked contetent.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static IntPtr FPDFPageObj_GetMarkParam(
	IntPtr page_object,
	int index
)

Parameters

page_object  IntPtr
Handle to a page object. Returned by FPDFPageObj_Create(PageObjectTypes) or FPDFPage_GetObject(IntPtr, Int32)
index  Int32
Zero-based index of the element in the marked content

Return Value

IntPtr
The property list associated with marked contetent.
See Also