The following tables list the members exposed by DocumentViewerSelectTextInteractiveMode.
Public Constructors
Name | Description | |
---|---|---|
DocumentViewerSelectTextInteractiveMode | Creates a new instance of DocumentViewerSelectTextInteractiveMode. | |
ImageViewerRubberBandInteractiveMode | Initializes a new instance of ImageViewerRubberBandInteractiveMode (Inherited from ImageViewerRubberBandInteractiveMode) |
Public Methods
Name | Description | |
---|---|---|
Start | Starts the DocumentViewerSelectTextInteractiveMode and binds to the interactive events. | |
Stop | Stops the DocumentViewerSelectTextInteractiveMode and unbinds from the interactive events. |
Protected Methods
Name | Description | |
---|---|---|
OnRubberBandCompleted | Overrides ImageViewerRubberBandInteractiveMode.OnRubberBandCompleted to handle rubberband movement text selection. | |
OnRubberBandDelta | Overrides ImageViewerRubberBandInteractiveMode.OnRubberBandDelta to handle rubberband movement text selection. | |
OnRubberBandStarted | Overrides ImageViewerRubberBandInteractiveMode.OnRubberBandStarted to begin text selection. | |
Render | Renders the shape on the viewer surface. (Inherited from ImageViewerRubberBandInteractiveMode) |
Public Properties
Name | Description | |
---|---|---|
BackgroundBrush | Brush to use for filling the shape. (Inherited from ImageViewerRubberBandInteractiveMode) | |
BorderBackPen | Back pen to use for outlining the shape. (Inherited from ImageViewerRubberBandInteractiveMode) | |
BorderPen | Pen to use for outlining the shape. (Inherited from ImageViewerRubberBandInteractiveMode) | |
DocumentViewer | Owner document viewer. | |
FillMode | Mode to use when filling the rubber band shape. (Inherited from ImageViewerRubberBandInteractiveMode) | |
Id | Unique ID of this mode | |
Name | Name of this mode. | |
RestrictToWorkBounds | Indicates whether this rubber band should only work on the current restricted bound set by the user. (Inherited from ImageViewerRubberBandInteractiveMode) | |
RoundRectangleRadius | Radius of the round rectangle shape. (Inherited from ImageViewerRubberBandInteractiveMode) | |
Shape | Overrides ImageViewerRubberBandInteractiveMode.Shape toprevent setting shapes other than ImageViewerRubberBandShape.Rectangle. |
Public Events
Name | Description | |
---|---|---|
RubberBandCompleted | Occurs when the user completes the rubber banding operation. (Inherited from ImageViewerRubberBandInteractiveMode) | |
RubberBandDelta | Occurs when the user is performing rubber banding operation. (Inherited from ImageViewerRubberBandInteractiveMode) | |
RubberBandStarted | Occurs when the user starts the rubber banding operation. (Inherited from ImageViewerRubberBandInteractiveMode) |