Gets the annotation object renderer for this AnnAutomationObject.
Object.defineProperty(AnnAutomationObject.prototype, 'renderer',
get: function(),
set: function(value)
)
renderer: IAnnObjectRenderer;
The IAnnObjectRenderer for this AnnAutomationObject. The default value is null.
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.
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