Click or drag to resize

PdfiumFPDFPageObj_GetMarkName Method

Get a tag operand of the marked content operator.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static string FPDFPageObj_GetMarkName(
	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

String
A tag operand of the marked content operator.
See Also