imageRegionRenderMode Property

Summary

Indicates how image regions are rendered.

Syntax

JavaScript Syntax
Object.defineProperty(ImageViewer.prototype, 'imageRegionRenderMode', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
imageRegionRenderMode: ControlRegionRenderMode; 

Property Value

A value that indicate how image regions are rendered. Default value is ControlRegionRenderMode.Fixed.

Remarks

When ImageRegionRenderMode is set to a value other than ControlRegionRenderMode.None, the viewer will check if any of the item images contain a region, and if so, will use ControlRegionRenderer to render the outline of the region on top of the item.

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.Controls Assembly