AnnotationsRendererCreatedCallback Delegate

Summary

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

Syntax
TypeScript
JavaScript
function lt.Document.Viewer.AnnotationsRendererCreatedCallback( 
   renderingEngine 
) 
interface lt.Document.Viewer.AnnotationsRendererCreatedCallback { 
	( 
   renderingEngine: AnnRenderingEngine 
): void; 
} 

Parameters

renderingEngine

Annotations engine being used during printing.

Remarks

Refer to PrintDocumentOptions.annotationsRendererCreated for more information.

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.Document.Viewer Assembly

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