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 22.0.2023.4.18
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 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.