The orientation value for the pages.
Object.defineProperty(PrintDocumentOptions.prototype, 'orientation',
get: function(),
set: function(value)
)
orientation: PrintOrientation;
The page orientation. The default value is PrintOrientation.Portrait.
Actual print page rendering is based on the size of the page and this Orientation value. Individual pages can be rotated with DocumentPrintPageData.Rotate.
For more information, refer to DocumentViewer.Print.
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