Click or drag to resize

PdfiumFPDFPageObj_SetMarkName Method

Set tag operand of the marked content operator

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.111.2704
Syntax
public static void FPDFPageObj_SetMarkName(
	IntPtr page_object,
	int index,
	string tag
)

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
tag  String
A tag operand of the marked content operator
See Also