pagesList Property

Summary

List of page indices to be printed.

Syntax

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

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents.UI Assembly