Link Search Menu Expand Document

SelectionData Constructor

Creates new instance of SelectionData object.

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

Parameters

rectangle
Type: System.DrawingRectangleF
Selection rectangle in PDF Points (1 Point = 1/72 in.).
userData
Type: SystemObject
User object associated with the selection rectangle.
See Also

Reference