Enable client-side PDF text extraction in this document viewer.
Object.defineProperty(DocumentViewer.prototype, 'usePDFText',
get: function(),
set: function(value)
)
usePDFText: boolean;
true to enable client-side PDF text extraction, if available, in this document viewer; otherwise, false. The default value is set to IsPDFRenderingSupported.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET