The pages of the document to be printed, as an array of DocumentPrintPageData.
Object.defineProperty(DocumentPrintData.prototype, 'pages',
get: function(),
set: function(value)
)
pages: DocumentPrintPageData[];
An array of DocumentPrintPageData representing the pages originally passed to DocumentViewer.Print to hold the image data used for printing.
When DocumentViewer.Print begins, it creates an array of DocumentPrintPageData to hold the state for each page it will print. When DocumentViewer.Print ends, it attempts to build the final printing structure from these pages into the Root property through BuildPrintRoot. The user may modify these pages from [DocumentViewer.Operation], as discussed in DocumentViewer.Print, to stop pages from being printed or to change their content or orientation.
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