Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Annotations.Core)

AnnRenderState Enumeration

Show in webframe
Indicates different state of an AnnObject that can be rendered.
Syntax
Leadtools.Annotations.Core.AnnRenderState = function() { };
Leadtools.Annotations.Core.AnnRenderState.prototype = {
	none = 0,
	lock = 1,
	content = 2,
	label = 4,
	all = 7,
	
 };
Members
ValueMemberDescription
0none Do not render any of the states.
1lock Render the lock picture.
2content Render the content picture.
4label Render the object labels.
7all Render all (lock, content and labels).
Remarks

Used with AnnRenderingEngine.RenderState to control which of these state are rendered.

See Also

Reference

Leadtools.Annotations.Core Namespace

Error processing SSI file