The size of this page for printing, in pixels.
Object.defineProperty(DocumentPrintPageData.prototype, 'printSize',
get: function(),
set: function(value)
)
printSize: LeadSizeD;
The size this page should be when stylings have been applied for printing. The default value is LeadSizeD.Empty.
PrintSize is computed from PrintDocumentOptions.PageSize and indicates the size this page will become when printed. Changing this value is not recommended, but possible. It is used in DocumentPrintData.BuildPrintRoot to calculate rotation offsets and element styles.
For more information, refer to DocumentViewer.Print.
History
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