documentPage Property

Summary

The DocumentPage to be printed.

Syntax

JavaScript Syntax
Object.defineProperty(DocumentPrintPageData.prototype, 'documentPage', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
documentPage: DocumentPage; 

Property Value

The DocumentPage that is being printed, or null.

Remarks

Size is the size of this document page in pixels.

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