Click or drag to resize

PdfiumFPDFPageObj_DeleteLastMark Method

Remove the last element of the marked content

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

Parameters

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