 | PdfiumFPDF_RemoveFormFieldHighlight Method |
Remove the form field highlight color in the document.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static void FPDF_RemoveFormFieldHighlight(
IntPtr form_handle
)
Public Shared Sub FPDF_RemoveFormFieldHighlight (
form_handle As IntPtr
)
public:
static void FPDF_RemoveFormFieldHighlight(
IntPtr form_handle
)
static member FPDF_RemoveFormFieldHighlight :
form_handle : IntPtr -> unit
public static void FPDF_RemoveFormFieldHighlight(
IntPtr form_handle
)
Patagames.Pdf.Pdfium.FPDF_RemoveFormFieldHighlight = function(form_handle);
Parameters
- form_handle IntPtr
- Handle to the form fill module. Returned by {0} Overload.
RemarksPlease refresh the client window to remove the highlight immediately if necessary.
See Also