LEADTOOLS Annotations (Leadtools.Annotations assembly)
LEAD Technologies, Inc

Object Property (AnnAutomationObject)






Gets or sets the initial annotation object of this AnnAutomationObject.
Syntax
public virtual AnnObject Object {get; set;}
'Declaration
 
Public Overridable Property Object As AnnObject
'Usage
 
Dim instance As AnnAutomationObject
Dim value As AnnObject
 
instance.Object = value
 
value = instance.Object
public virtual AnnObject Object {get; set;}
 get_Object();
set_Object(value);
public:
virtual property AnnObject^ Object {
   AnnObject^ get();
   void set (    AnnObject^ value);
}

Property Value

The initial annotation object of this AnnAutomationObject.
Remarks
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 Visual Basic) is the SelectObjectId.
Example
For an example, refer to AnnAutomationManager.
Requirements

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

See Also

Reference

AnnAutomationObject Class
AnnAutomationObject Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.