Click or drag to resize

PdfViewerHilightSelectedText Method

Note: This API is now obsolete.

Highlight selected text on the page by specified color

Namespace: Patagames.Pdf.Net.Controls.WinForms
Assembly: Patagames.Pdf.WinForms (in Patagames.Pdf.WinForms.dll) Version: 4.100.2704
Syntax
[ObsoleteAttribute("This method is obsolete. Please use HighlightSelectedText instead", 
	false)]
public void HilightSelectedText(
	Color color
)

Parameters

color  Color
Highlight color
See Also