 | PdfiumFPDFFormControl_HasMKEntry Method |
Gets whether the control has MK entry.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static bool FPDFFormControl_HasMKEntry(
IntPtr frmControl,
string csEntry
)
Public Shared Function FPDFFormControl_HasMKEntry (
frmControl As IntPtr,
csEntry As String
) As Boolean
public:
static bool FPDFFormControl_HasMKEntry(
IntPtr frmControl,
String^ csEntry
)
static member FPDFFormControl_HasMKEntry :
frmControl : IntPtr *
csEntry : string -> bool
public static boolean FPDFFormControl_HasMKEntry(
IntPtr frmControl,
String csEntry
)
Patagames.Pdf.Pdfium.FPDFFormControl_HasMKEntry = function(frmControl, 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
BooleanTrue if entry exists, False otherwise
See Also