Gets or sets the annotation template object.
public virtual AnnObject ObjectTemplate { get; set; }
Public Overridable Property ObjectTemplate As Leadtools.Annotations.AnnObject
public:
virtual property Leadtools.Annotations.AnnObject^ ObjectTemplate {
Leadtools.Annotations.AnnObject^ get();
void set ( Leadtools.Annotations.AnnObject^ );
}
An AnnObject that acts as the template for new annotation objects drawn by this AnnDrawDesigner.
The AnnDrawDesigner will call the AnnObject.Clone method of this ObjectTemplate when it is ready to add a new object to the container. You should set this value with drawing attributes (pen, brush, font, etc) desired for new objects to be drawn with this AnnDrawDesigner.
For an example, refer to AnnDesigner.
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