pDFRenderingInterpolationMode Property

Summary

PDF rendering interpolation mode.

Syntax
TypeScript
JavaScript
Object.defineProperty(DocumentViewerThumbnails.prototype, 'pdfRenderingInterpolationMode', 
	get: function(), 
	set: function(value) 
) 
pdfRenderingInterpolationMode: InterpolationMode; 

Property Value

PDF rendering interpolation mode. The default value is InterpolationMode.None

Remarks

pdfRenderingInterpolationMode is only used if the document viewer is using PDF client-side rendering. Setting this value to InterpolationMode.Resample will result in higher quality (and slightly slower) rendering of the thumbnail items.

For instructions on how to set up the image processing libraries to use interpolation, refer to ImageViewer.InterpolationMode.

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.