public virtual AnnObject ObjectTemplate {get; set;}
get_ObjectTemplate();
set_ObjectTemplate(value);
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.FindObjectById.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2