Gets the internal PDF renderer object being used to render the pages of the specified document.
DocumentViewer.prototype.getPDFRenderingObject = function(
document
)
getPDFRenderingObject(
document: Document
): any;
document
The internal PDF renderer object being used to render the pages of the specified document if any; otherwise, null.
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.
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