Click or drag to resize

PdfiumFPDFPageObj_AddMark Method

Adds new element at the end of marked content

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static void FPDFPageObj_AddMark(
	IntPtr page_object,
	string tag,
	IntPtr dictionary,
	bool bDirect
)

Parameters

page_object  IntPtr
Handle to a page object. Returned by FPDFPageObj_Create(PageObjectTypes) or FPDFPage_GetObject(IntPtr, Int32)
tag  String
A tag operand of the marked content operator
dictionary  IntPtr
Handle to the dictionary
bDirect  Boolean
The type of the dictionary
See Also