pages Property

Summary

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

Syntax
TypeScript
JavaScript
Object.defineProperty(DocumentPrintData.prototype, 'pages', 
	get: function(), 
	set: function(value) 
) 
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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Viewer Assembly