pages Property

Summary

The pages of the document to be printed, as an array of DocumentPrintPageData.

Syntax

JavaScript Syntax
Object.defineProperty(DocumentPrintData.prototype, 'pages', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
pages: DocumentPrintPageData[]; 

Property Value

An array of DocumentPrintPageData representing the pages originally passed to DocumentViewer.Print to hold the image data used for printing.

Remarks

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

19.0.0.48
Added
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