renderer Property

Summary

Gets the annotation object renderer for this AnnAutomationObject.

Syntax
TypeScript
JavaScript
Object.defineProperty(AnnAutomationObject.prototype, 'renderer', 
	get: function(), 
	set: function(value) 
) 
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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.