Indicates whether the page elements will be rotated when printed.
Object.defineProperty(DocumentPrintPageData.prototype, 'rotate',
get: function(),
set: function(value)
)
rotate: boolean;
true if the orientation of the page does not match the orientation provided in the DocumentViewer.Print options and will need rotation; false otherwise. The default value is false.
If Rotate is true, the page images will be rotated and re-sized in DocumentPrintData.BuildPrintRoot so as to fit on the printed pages with the given PrintSize.
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