printSize Property

Summary

The size of this page for printing, in pixels.

Syntax

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

Property Value

The size this page should be when stylings have been applied for printing. The default value is LeadSizeD.Empty.

Remarks

PrintSize is computed from PrintDocumentOptions.PageSize and indicates the size this page will become when printed. Changing this value is not recommended, but possible. It is used in DocumentPrintData.BuildPrintRoot to calculate rotation offsets and element styles.

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