AnnRenderState Enumeration

Summary

Indicates different state of an AnnObject that can be rendered.

Syntax
TypeScript
JavaScript
lt.Annotations.Engine.AnnRenderState = { 
	none: 0x00000000, 
	lock: 0x00000001, 
	content: 0x00000002, 
	label: 0x00000004, 
	all: 0x00000007 
} 
lt.Annotations.Engine.AnnRenderState = { 
	none: 0x00000000, 
	lock: 0x00000001, 
	content: 0x00000002, 
	label: 0x00000004, 
	all: 0x00000007 
} 

Members

0x00000000 None

(0) Do not render any of the states.

0x00000001 Lock

(1) Render the lock picture.

0x00000002 Content

(2) Render the content picture.

0x00000004 Label

(4) Render the object labels.

0x00000007 All

(7) Render all (lock, content and labels).

Remarks

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

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly