shape Property (DocumentViewerSelectTextInteractiveMode)

Summary

Overrides ImageViewerRubberBandInteractiveMode.Shape to prevent setting shapes other than ImageViewerRubberBandShape.Rectangle.

Syntax

JavaScript Syntax
Object.defineProperty(DocumentViewerSelectTextInteractiveMode.prototype, 'shape', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
shape: ImageViewerRubberBandShape;

Property Value

The value of ImageViewerRubberBandInteractiveMode.Shape

Remarks

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.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Documents.UI Assembly
Click or drag to resize