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

Leadtools.Document.Viewer Assembly

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