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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Viewer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.