PDF Viewer Control for .NET 2.0 Windows Forms
SetCurrentHighlight Method (left, top, right, bottom)
NamespacesPdfViewer4WinNetPdfViewerSetCurrentHighlight(Int32, Int32, Int32, Int32)
Highlights the text selection within the specified bounding rectangle on the current page.
Declaration Syntax
C#Visual BasicVisual C++
public void SetCurrentHighlight(
	int left,
	int top,
	int right,
	int bottom
)
Public Sub SetCurrentHighlight ( _
	left As Integer, _
	top As Integer, _
	right As Integer, _
	bottom As Integer _
)
public:
void SetCurrentHighlight(
	int left, 
	int top, 
	int right, 
	int bottom
)
Parameters
left (Int32)
The distance in points from the left side of the page.
top (Int32)
The distance in points from the top of the page.
right (Int32)
The width of the bounding rectangle.
bottom (Int32)
The height of the bounding rectangle.

Assembly: PdfViewerWinNet (Module: PdfViewerWinNet) Version: 3.0.0.33756 (3.0.0.0)