rotate Property

Summary

Indicates whether the page elements will be rotated when printed.

Syntax

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

Leadtools.Documents.UI Assembly