Link Search Menu Expand Document

PDFViewerControlAddSelection Method

Adds selection rectangle in pixels.

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

Parameters

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

Return Value

Type: Int32
Index of added selection rectangle.
See Also

Reference