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 22.0.2023.4.18
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Viewer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.