getPDFRenderingObject Method

Summary

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

Syntax

JavaScript Syntax
DocumentViewer.prototype.getPDFRenderingObject = function( 
   document 
) 
TypeScript Syntax
getPDFRenderingObject( 
   document: Document 
): 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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents.UI Assembly