PDFViewerControlSetSelectionInPoints Method ByteScout PDF Viewer SDK
Sets the selection rectangles in PDF Points (1 Point = 1/72 in.)

Namespace:  Bytescout.PDFViewer
Assembly:  Bytescout.PDFViewer (in Bytescout.PDFViewer.dll) Version: 13.4.1.4802-master
Syntax

public void SetSelectionInPoints(
	IList<RectangleF> newSelection
)

Parameters

newSelection
Type: System.Collections.GenericIListRectangleF
List of selection rectangles in Points.
See Also

Reference