AnnDesignerOperationStatus Enumeration

Summary

Indicates the status of the current AnnDesigner object.

Syntax
TypeScript
JavaScript
lt.Annotations.Engine.AnnDesignerOperationStatus = { 
	idle: 0, 
	start: 1, 
	working: 2, 
	end: 3, 
	canceled: 4 
} 
lt.Annotations.Engine.AnnDesignerOperationStatus = { 
	idle: 0, 
	start: 1, 
	working: 2, 
	end: 3, 
	canceled: 4 
} 
Members

0

Idle

(0)The designer is idle.

1

Start

(1)The designer operation has started.

2

Working

(2)The designer operation is currently working.

3

End

(3)The designer operation has ended successfully.

4

Canceled

(4)The designer operation has been canceled.

Requirements

Target Platforms

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

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.