Gets or sets the initial annotation object of this AnnAutomationObject.
public virtual AnnObject object { get; set; }
Public Overridable Property Object As Leadtools.Annotations.AnnObject
public:
virtual property Leadtools.Annotations.AnnObject^ Object {
Leadtools.Annotations.AnnObject^ get();
void set ( Leadtools.Annotations.AnnObject^ );
}
The initial annotation object of this AnnAutomationObject.
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 (pen, brush, 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 (Nothing in VB) is the 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