rotate Property

Summary

Indicates whether the page elements will be rotated when printed.

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

Property Value

true if the orientation of the page does not match the orientation provided in the DocumentViewer.Print options and will need rotation; false otherwise. The default value is false.

Remarks

If Rotate is true, the page images will be rotated and re-sized in DocumentPrintData.BuildPrintRoot so as to fit on the printed pages with the given PrintSize.

For more information, refer to DocumentViewer.Print.

History

19.0.0.48
Added
Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 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.