getPDFRenderingObject Method

Summary

Gets the internal PDF renderer object being used to render the pages of the specified document.

Syntax
TypeScript
JavaScript
DocumentViewer.prototype.getPDFRenderingObject = function( 
   document 
) 
getPDFRenderingObject( 
   document: LEADDocument 
): any; 

Parameters

document

The internal PDF renderer object being used to render the pages of the specified document if any; otherwise, null.

Remarks

The internal PDF renderer is customized and highly optimized version of the popular Mozilla PDF.js library. Refer to https://mozilla.github.io/pdf.js/ for more information.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Viewer Assembly