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
96
.
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