The size of the image on this page for printing, in pixels.
Object.defineProperty(DocumentPrintPageData.prototype, 'printSizeDpi',
get: function(),
set: function(value)
)
printSizeDpi: LeadSizeD;
The size of the image for this page. The default value is LeadSizeD.Empty.
PrintSizeDpi is computed from PrintDocumentOptions.PageSize and PrintDocumentOptions.Dpi and indicates the size of the image that will be printed within the container of size PrintSize. In this way, the DPI effect is created by fitting the image of size PrintSizeDpi into its parent of size PrintSize.
PrintSizeDpi should match the size of the PageElement. AnnotationsElement is not affected by PrintDocumentOptions.Dpi.
For more information, refer to DocumentViewer.Print.
History
Added. Prior to this version, PrintSize was also the size of the image, and DPI was always considered to be 96
.
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