Link Search Menu Expand Document

PDFViewerControlSetSelectionAndUserData Method

Sets selection rectangles and associated user objects.

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

Parameters

newSelection
Type: System.Collections.GenericIListSelectionData
List of SelectionData objects.
See Also

Reference