Click or drag to resize

PdfiumFPDFPageObj_CountMarks Method

Gets the number of elements in marked content of the object

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

Parameters

page_object  IntPtr
Handle to a page object. Returned by FPDFPageObj_Create(PageObjectTypes) or FPDFPage_GetObject(IntPtr, Int32)

Return Value

Int32
Number of elements in marked content.
See Also