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

Leadtools.Document.Viewer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.