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
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document