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
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document