 | PdfViewerRemoveHilightFromSelectedText Method |
Note: This API is now obsolete.
Removes highlight from selected text
Namespace: Patagames.Pdf.Net.Controls.WinFormsAssembly: Patagames.Pdf.WinForms (in Patagames.Pdf.WinForms.dll) Version: 4.100.2704
Syntax[ObsoleteAttribute("This method is obsolete. Please use RemoveHighlightFromSelectedText instead",
false)]
public void RemoveHilightFromSelectedText()<ObsoleteAttribute("This method is obsolete. Please use RemoveHighlightFromSelectedText instead",
false)>
Public Sub RemoveHilightFromSelectedTextpublic:
[ObsoleteAttribute(L"This method is obsolete. Please use RemoveHighlightFromSelectedText instead",
false)]
void RemoveHilightFromSelectedText()
[<ObsoleteAttribute("This method is obsolete. Please use RemoveHighlightFromSelectedText instead",
false)>]
member RemoveHilightFromSelectedText : unit -> unit /** @attribute ObsoleteAttribute("This method is obsolete. Please use RemoveHighlightFromSelectedText instead",
false) */
public void RemoveHilightFromSelectedText()function RemoveHilightFromSelectedText();
See Also