annotationsRendererCreated Property

Summary

The user callback to invoke when document print has created the annotation rendering engine to use.

Syntax
TypeScript
JavaScript
Object.defineProperty(PrintDocumentOptions.prototype, 'annotationsRendererCreated', 
	get: function(), 
	set: function(value) 
) 
annotationsRendererCreated: AnnotationsRendererCreatedCallback; 

Property Value

The user callback to invoke when the document printer has created the annotation rendering engine to use. The default value is null.

Remarks

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).

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Viewer Assembly

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