usePDFClientRendering Property

Summary

Indicates whether to use PDF Client Rendering for the printing of pages.

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

Property Value

If UsePDFClientRendering is true and the document page uses PDF Client Rendering instead of contacting the Document Service (see DocumentViewer.IsUsingPDFRendering), pages will be rendered at the appropriate size on the client using the given ClientRenderSizePixels value. The default value is true.

Remarks

This can result in faster print preparation in some cases, but increases browser memory usage.

For more information, refer to DocumentViewer.Print.

History

19.0.0.48
Added

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