The total composite image data to print when PrintDocumentOptions.UseViewportLayout is true.
Object.defineProperty(DocumentPrintData.prototype, 'viewportImage',
get: function(),
set: function(value)
)
viewportImage: HTMLImageElement;
An HTMLImageElement containing all the image data for the printed pages from the viewport.
ViewportImage is set automatically when DocumentViewer.Print completes and BuildPrintRoot is called. BuildPrintRoot calls BuildViewportImage if PrintDocumentOptions.UseViewportLayout is true, creating a single HTMLImageElement composed from the image data of each page's image data.
If PrintDocumentOptions.ViewportClip is used, ViewportImage will contain a "screenshot" of the viewport with the outside image data from each page clipped out appropriately.
ViewportSize will be set to the ImageViewer.ControlSize to indicate the viewport being used.
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