PDF Viewer Control for .NET Windows Forms Documentation

PdfViewerSetCurrentHighlight Method

PDF Viewer Control for .NET Windows Forms
Highlights the text selection within the specified bounding rectangle on the current page.

Namespace:  PdfViewer4WinNet
Assembly:  PdfViewerWinNet (in PdfViewerWinNet.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax

public void SetCurrentHighlight(
	int left,
	int top,
	int right,
	int bottom
)

Parameters

left
Type: SystemInt32
The distance in points from the left side of the page.
top
Type: SystemInt32
The distance in points from the top of the page.
right
Type: SystemInt32
The width of the bounding rectangle.
bottom
Type: SystemInt32
The height of the bounding rectangle.
See Also

Reference