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

JavaScript Syntax
lt.Annotations.Core.AnnUserMode = { 
	Design: 0, 
	Run: 1, 
	Render: 2 
} 
TypeScript Syntax
lt.Annotations.Core.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly