renderer Property

Summary

Gets the annotation object renderer for this AnnAutomationObject.

Syntax

JavaScript Syntax
Object.defineProperty(AnnAutomationObject.prototype, 'renderer', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
renderer: IAnnObjectRenderer; 

Property Value

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

Remarks

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

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly