Link Search Menu Expand Document

PDFViewerControlSetSelection Method

Sets selection rectangles in pixels. In single-select mode the control will take only the first rectangle in the list.

Namespace:Bytescout.PDFViewer
Assembly: Bytescout.PDFViewer (in Bytescout.PDFViewer.dll) Version: 13.4.0.4759-master
Syntax
public void SetSelection(
	IList<Rectangle> newSelection
)

Parameters

newSelection
Type: System.Collections.GenericIListRectangle
List of selection rectangles in pixels.
See Also

Reference