DocumentPrintData.prototype.buildViewportImage = function()
buildViewportImage(): void;
BuildViewportImage is only called when PrintDocumentOptions.UseViewportLayout is true. In this case, a single HTMLImageElement
needs to be created that is a composition of all the printing image data with rotations and relative positioning via [BoundsInViewport]. If PrintDocumentOptions.ViewportClip is also used, the result ViewportImage will have the appropriate image data clipped out using [RelativeClip]. BuildViewportImage is called from BuildPrintRoot.
If the DocumentPrintPageData.Action for a page specifies DocumentPrintPageAction.Remove, then the page is ignored and not drawn into the ViewportImage. The page image data will also not be added if the DocumentPrintPageData.PageElement is null.
If the user sets PrintDocumentOptions.AutoOpenBrowserPrint to false in order to change the pages data, the user will need to call BuildPrintRoot themselves to create the Root and ViewportImage to be printed.
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