Gets or sets the initial annotation object template of this AnnAutomationObject.
Object.defineProperty(AnnAutomationObject.prototype, 'objectTemplate',
get: function(),
set: function(value)
)
objectTemplate: AnnObject;
The initial annotation object template of this AnnAutomationObject. The default value is null.
The automation framework will use AnnObject.Clone to create new instances of the annotation object whenever the framework is instructed to draw a new object of this type. You should set the default properties (stroke, fill, font, etc.) of the object here. You should set this property to a valid object, the only automation object that has this value set to null is AnnObject.SelectObjectId.
For an example, refer to AnnAutomationManager.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET