shape Property

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents.UI Assembly