onRubberBandCompleted Method

Summary

Overrides ImageViewerRubberBandInteractiveMode.OnRubberBandCompleted to handle rubberband movement text selection.

Syntax
TypeScript
JavaScript
DocumentViewerSelectTextInteractiveMode.prototype.onRubberBandCompleted = function( 
   e 
) 
onRubberBandCompleted( 
   e: ImageViewerRubberBandEventArgs 
): void; // protected 

Parameters

e

The ImageViewerRubberBandEventArgs with event data.

Remarks

DocumentViewerSelectTextInteractiveMode overrides ImageViewerRubberBandInteractiveMode.OnRubberBandCompleted to try selecting the text between the points of the rubberband rectangle. If ImageViewerRubberBandEventArgs.IsCanceled is true, DocumentViewerText.ClearSelection is called for the page instead.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Viewer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.