Click or drag to resize

PdfViewerHighlightText(Int32, HighlightInfo) Method

Highlight text on the page

Namespace: Patagames.Pdf.Net.Controls.WinForms
Assembly: Patagames.Pdf.WinForms (in Patagames.Pdf.WinForms.dll) Version: 4.100.2704
Syntax
public void HighlightText(
	int pageIndex,
	HighlightInfo highlightInfo
)

Parameters

pageIndex  Int32
Zero-based index of the page
highlightInfo  HighlightInfo
Sets the options for highlighting text
See Also