Click or drag to resize

PdfiumFPDFFormControl_HasMKEntry Method

Gets whether the control has MK entry.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static bool FPDFFormControl_HasMKEntry(
	IntPtr frmControl,
	string csEntry
)

Parameters

frmControl  IntPtr
Handle to the Control object. Returned by FPDFInterForm_GetControl(IntPtr, Int32, String) function.
csEntry  String
MK entry. "R", "BC", "BG" and so on. See detils in PDF reference 1.7.pdf

Return Value

Boolean
True if entry exists, False otherwise
See Also