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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Viewer Assembly