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

AnnDesignerOperationStatus Enumeration

Show in webframe
Indicates the status of the current AnnDesigner object.
Syntax
Leadtools.Annotations.Core.AnnDesignerOperationStatus = function() { };
Leadtools.Annotations.Core.AnnDesignerOperationStatus.prototype = {
	idle = 0,
	start = 1,
	working = 2,
	end = 3,
	canceled = 4,
	
 };
Members
ValueMemberDescription
0idleThe designer is idle.
1startThe designer operation has started.
2workingThe designer operation is currently working.
3endThe designer operation has ended successfully.
4canceledThe designer operation has been canceled.
See Also

Reference

Leadtools.Annotations.Core Namespace

Error processing SSI file