The position and size of the document page when PrintDocumentOptions.UseViewportLayout is true.
Object.defineProperty(DocumentPrintPageData.prototype, 'boundsInViewport',
get: function(),
set: function(value)
)
boundsInViewport: LeadRectD;
A LeadRectD representing the bounds of the document page to be composed into DocumentPrintData.ViewportImage. If PrintDocumentOptions.UseViewportLayout is false, the value is LeadRectD.Empty.
When PrintDocumentOptions.UseViewportLayout is true and DocumentPrintData.BuildPrintRoot is called at the completion of DocumentViewer.Print, DocumentPrintData.BuildViewportImage will be called to assemble a single DocumentPrintData.ViewportImage that will contain all the printing image data.
Each BoundsInViewport, computed at the start of DocumentViewer.Print, will be used to position the image data in the larger composed HTMLImageElement. The BoundsInViewport is in viewport units, relative to 0,0
. DocumentPrintData.ViewportSize is available for reference as the size of the ImageViewer.ControlSize.
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