usePDFText Property

Summary

Enable client-side PDF text extraction in this document viewer.

Syntax

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

Property Value

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

Remarks

If true and IsPDFRenderingSupported is true and usePDFRendering is true, requests for document page text will be handled client-side, generally resulting in huge speed improvements over requesting the same data from a service.

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