orientation Property

Summary

The orientation value for the pages.

Syntax

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

Leadtools.Documents.UI Assembly