Indicates whether to print the annotations of each page.
Object.defineProperty(PrintDocumentOptions.prototype, 'showAnnotations',
get: function(),
set: function(value)
)
showAnnotations: boolean;
true to print the annotations of each page; otherwise, false. Default value is true.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET