←Select platform

OnRubberBandCompleted Method

Summary

Overrides ImageViewerRubberBandInteractiveMode.OnRubberBandCompleted to handle rubberband movement text selection.

Syntax
C#
VB
C++
protected override void OnRubberBandCompleted( 
   ImageViewerRubberBandEventArgs e 
) 
Protected Overrides Sub OnRubberBandCompleted( 
   ByVal e As ImageViewerRubberBandEventArgs 
) 
protected:  
   virtual void OnRubberBandCompleted( 
      ImageViewerRubberBandEventArgs^ e 
   ) override 

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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Viewer.WinForms Assembly