enableDraw Property

Summary

Gets whether to draw the image overlay text.

Syntax

JavaScript Syntax
Object.defineProperty(Frame.prototype, 'enableDraw', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
enableDraw: boolean; 

Property Value

true to draw the overlay text, false otherwise.

Remarks

refer to Overlays for more information on how to add an overlay text.

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