clientRenderSizePixels Property

Summary

Size to use for printing images that are rendered from the client, in pixels.

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

Property Value

Recommended values are between 1000 and 4000. Higher values take up more memory but result in better-quality images. The default value is 2000.

Remarks

This value is only used when the document page can be rendered on the client (see DocumentViewer.IsUsingPDFRendering and UsePDFClientRendering).

For more information, refer to DocumentViewer.Print.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Viewer Assembly

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