usePDFText Property

Summary

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

Syntax
TypeScript
JavaScript
Object.defineProperty(DocumentViewer.prototype, 'usePDFText', 
	get: function(), 
	set: function(value) 
) 
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 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.