 | PdfViewerRemoveHighlightFromText(Int32, Int32, Int32) Method |
Removes highlight from the text
Namespace: Patagames.Pdf.Net.Controls.WinFormsAssembly: Patagames.Pdf.WinForms (in Patagames.Pdf.WinForms.dll) Version: 4.100.2704
Syntaxpublic void RemoveHighlightFromText(
int pageIndex,
int charIndex,
int charsCount
)
Public Sub RemoveHighlightFromText (
pageIndex As Integer,
charIndex As Integer,
charsCount As Integer
)
public:
void RemoveHighlightFromText(
int pageIndex,
int charIndex,
int charsCount
)
member RemoveHighlightFromText :
pageIndex : int *
charIndex : int *
charsCount : int -> unit public void RemoveHighlightFromText(
int pageIndex,
int charIndex,
int charsCount
)
function RemoveHighlightFromText(pageIndex, charIndex, charsCount);
Parameters
- pageIndex Int32
- Zero-based index of the page
- charIndex Int32
- Zero-based char index on the page.
- charsCount Int32
- The number of highlighted characters on the page or -1 for highlight text from charIndex to end of the page.
See Also