Link Search Menu Expand Document

PDFViewerControlUpdateSelectionUserData Method

Updates user object associated with the selection at the specified index.

Namespace:Bytescout.PDFViewer
Assembly: Bytescout.PDFViewer (in Bytescout.PDFViewer.dll) Version: 13.4.0.4759-master
Syntax
public void UpdateSelectionUserData(
	int selectionIndex,
	Object userData
)

Parameters

selectionIndex
Type: SystemInt32
Index of the selection.
userData
Type: SystemObject
New user object.
Exceptions
ExceptionCondition
IndexOutOfRangeException
See Also

Reference