Click or drag to resize

PdfiumFPDFPageObj_MarkHasMCID Method

Gets a value indicating whether the parameters dictionary contains a marked-content identifier that uniquely identifies the marked-content sequence within its content stream.

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

Boolean
True if the parameters dictionary contains MCID entry; false otherwise.
See Also