Indicates whether to use PDF Client Rendering for the printing of pages.
Object.defineProperty(PrintDocumentOptions.prototype, 'usePDFClientRendering',
get: function(),
set: function(value)
)
usePDFClientRendering: boolean;
If UsePDFClientRendering is true and the document page uses PDF Client Rendering instead of contacting the Documents Service (see DocumentViewer.IsUsingPDFRendering), pages will be rendered at the appropriate size on the client using the given ClientRenderSizePixels value. The default value is true.
This can result in faster print preparation in some cases, but increases browser memory usage.
For more information, refer to DocumentViewer.Print.
History
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