Size to use for printing images that are rendered from the client, in pixels.
Object.defineProperty(PrintDocumentOptions.prototype, 'clientRenderSizePixels',
get: function(),
set: function(value)
)
clientRenderSizePixels: number;
Recommended values are between 1000 and 4000. Higher values take up more memory but result in better-quality images. The default value is 2000.
This value is only used when the document page can be rendered on the client (see DocumentViewer.IsUsingPDFRendering and UsePDFClientRendering).
For more information, refer to DocumentViewer.Print.
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