orientation Property

Summary

The orientation value for the pages.

Syntax
TypeScript
JavaScript
Object.defineProperty(PrintDocumentOptions.prototype, 'orientation', 
	get: function(), 
	set: function(value) 
) 
orientation: PrintOrientation; 

Property Value

The page orientation. The default value is PrintOrientation.Portrait.

Remarks

Actual print page rendering is based on the size of the page and this Orientation value. Individual pages can be rotated with DocumentPrintPageData.Rotate.

For more information, refer to DocumentViewer.Print.

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