PrintOrientation Enumeration

Summary

Determine the printing pages orientation.

Syntax

JavaScript Syntax
lt.Documents.UI.PrintOrientation = { 
	Portrait: 0, 
	Landscape: 1 
} 
TypeScript Syntax
lt.Documents.UI.PrintOrientation = { 
	Portrait: 0, 
	Landscape: 1 
} 

Members

0 Portrait

(0) Portrait Orientation(Default value).

1 Landscape

(1) Landscape Orientation.

Remarks

For more information, refer to 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