AnnUserMode Enumeration

Summary

Specifies the user mode for all objects in this container. Design mode is for creating objects; run mode is for viewing them

Syntax
TypeScript
JavaScript
lt.Annotations.Engine.AnnUserMode = { 
	design: 0, 
	run: 1, 
	render: 2 
} 
lt.Annotations.Engine.AnnUserMode = { 
	design: 0, 
	run: 1, 
	render: 2 
} 

Members

0 Design

(0)Design mode. Used for creating objects.

1 Run

(1)Run mode. Used for viewing or activating objects.

2 Render

(2)Render mode. Used for viewing objects only.

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