Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Documents.UI Namespace > DocumentViewerSelectTextInteractiveMode Class : Shape Property |
public override ImageViewerRubberBandShape Shape {get; set;}
'Declaration
Public Overrides Property Shape As ImageViewerRubberBandShape
'Usage
Dim instance As DocumentViewerSelectTextInteractiveMode Dim value As ImageViewerRubberBandShape instance.Shape = value value = instance.Shape
public: property ImageViewerRubberBandShape Shape { ImageViewerRubberBandShape get() override; void set ( ImageViewerRubberBandShape value) override; }
This mode only supports rectangle shapes. Therefore, it overrides the base Shape property and will throw an exception of the user tries to set an other shape.