showAnnotations Property

Summary

Indicates whether to print the annotations of each page.

Syntax

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

Property Value

true to print the annotations of each page; otherwise, false. Default value is true.

Remarks

When ShowAnnotations is true, the annotations currently existing on the document page are rendered over the print pages.

No communication occurs with the Documents Service, so if ShowAnnotations behavior is desired, the application should use one of these solutions to get server-side annotations: - Retrieve annotations before calling DocumentViewer.Print - Set AutoOpenBrowserPrint to false and add annotations manually, then call DocumentViewer.OpenBrowserPrint - Modify the ImageLoader URL in DocumentViewerOperation.GetPage to return pages with annotations pre-rendered.

For more information, refer to DocumentViewer.Print.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents.UI Assembly