pagesList Property

Summary

List of page indices to be printed.

Syntax
TypeScript
JavaScript
Object.defineProperty(PrintDocumentOptions.prototype, 'pagesList', 
	get: function(), 
	set: function(value) 
) 
pagesList: number[]; 

Property Value

An array containing the indices of the pages in the document viewer to be printed. The default is an empty array.

Remarks

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.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Viewer Assembly