 | PdfiumFPDFFormControl_GetHighlightingMode Method |
Get the highlighting mode of specified control
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static FormHighlightingMode FPDFFormControl_GetHighlightingMode(
IntPtr frmControl
)
Public Shared Function FPDFFormControl_GetHighlightingMode (
frmControl As IntPtr
) As FormHighlightingMode
public:
static FormHighlightingMode FPDFFormControl_GetHighlightingMode(
IntPtr frmControl
)
static member FPDFFormControl_GetHighlightingMode :
frmControl : IntPtr -> FormHighlightingMode
public static FormHighlightingMode FPDFFormControl_GetHighlightingMode(
IntPtr frmControl
)
Patagames.Pdf.Pdfium.FPDFFormControl_GetHighlightingMode = function(frmControl);
Parameters
- frmControl IntPtr
- Handle to the Control object. Returned by FPDFInterForm_GetControl(IntPtr, Int32, String) function.
Return Value
FormHighlightingModeOne of the
FormHighlightingMode value
See Also