The user callback to invoke when document print has created the annotation rendering engine to use.
Object.defineProperty(PrintDocumentOptions.prototype, 'annotationsRendererCreated',
get: function(),
set: function(value)
)
annotationsRendererCreated: AnnotationsRendererCreatedCallback;
The user callback to invoke when the document printer has created the annotation rendering engine to use. The default value is null.
If the LEADDocument being printed contains annotations, then DocumentViewer.print will create an instance of the annotation rendering engine (AnnRenderingEngine) and use it to draw the annotation objects on the surface of the pages.
Applications can use annotationsRendererCreated to specify the callback to be invoked after the rendering engine has been created to customize the renderer's properties (for instance, adding a custom object and its renderer).
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document