Leadtools.Annotations.Automation.AnnDesignerType = function() { };
Leadtools.Annotations.Automation.AnnDesignerType.prototype = {
none = 0,
draw = 1,
run = 2,
edit = 3,
};
Value | Member | Description |
---|---|---|
0 | none | None |
1 | draw | The designer is AnnDrawDesigner |
2 | run | The designer is AnnRunDesigner |
3 | edit | The designer is AnnEditDesigner |