usePDFRendering Property

Summary

Enable Client-side PDF rendering support in this document viewer.

Syntax

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

Property Value

true to enable client-side PDF rendering support, if available, in this document viewer; otherwise, false. The default value is set to IsPDFRenderingSupported.

Remarks

Refer to IsUsingPDFRendering for more information.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents.UI Assembly