List of page indices to be printed.
Object.defineProperty(PrintDocumentOptions.prototype, 'pagesList',
get: function(),
set: function(value)
)
pagesList: number[]; // read-only
An array containing the indices of the pages in the document viewer to be printed. The default is an empty array.
An empty array or null value will print all pages in the document. The Print operation will fail if a page index is outside of the range of acceptable pages for the document.
For more information, refer to 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