Link Search Menu Expand Document

PDFViewerControlAddSelectionInPoints Method

Adds selection rectangle in PDF Points (1 Point = 1/72 in.).

Namespace:Bytescout.PDFViewer
Assembly: Bytescout.PDFViewer (in Bytescout.PDFViewer.dll) Version: 13.4.0.4759-master
Syntax
public int AddSelectionInPoints(
	RectangleF rectangle,
	Object userData = null
)

Parameters

rectangle
Type: System.DrawingRectangleF
Selection rectangle in Points.
userData (Optional)
Type: SystemObject
User object associated with the selection.

Return Value

Type: Int32
Index of added selection rectangle.
See Also

Reference