printSize Property

Summary

The size of this page for printing, in pixels.

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

Leadtools.Document.Viewer Assembly