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 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.