(Leadtools.Annotations.Automation)

Renderer Property

Show in webframe




Gets the annotation object renderer for this AnnAutomationObject.
Syntax
public virtual IAnnObjectRenderer Renderer {get; set;}
public virtual IAnnObjectRenderer Renderer {get; set;}
@property (nonatomic,retain) id<LTIAnnObjectRenderer> renderer;
public IAnnObjectRenderer getRenderer()
public void setRenderer(IAnnObjectRenderer renderer)
            
 
get_Renderer();
set_Renderer(value);
Object.defineProperty('Renderer');

Property Value

The IAnnObjectRenderer for this AnnAutomationObject. The default value is null.
Remarks

AnnAutomationManager will create instance of the default object renderers and set them in this property during AnnAutomationManager.CreateDefaultObjects. You can use this property to query and change the renderer if required. For more information on annotation object renderers, refer to AnnObjectRenderer.

Requirements

Target Platforms

See Also

Reference

AnnAutomationObject Class
AnnAutomationObject Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.