showAnnotations Property

Summary

Indicates whether to print the annotations of each page.

Syntax
TypeScript
JavaScript
Object.defineProperty(PrintDocumentOptions.prototype, 'showAnnotations', 
	get: function(), 
	set: function(value) 
) 
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 Document Service, so if ShowAnnotations behavior is desired, the application should use one of these solutions to get server-side annotations:

For more information, refer to DocumentViewer.Print.

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