PortraitOrient Property

Summary

Enables or disables using portrait as the paper orientation.

Syntax
C#
VB
C++
public bool PortraitOrient { get; set; } 
  
Public Property PortraitOrient As Boolean 
public: 
property bool PortraitOrient { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

True to use a portrait orientation; false to use a landscape orientation.

Example

Refer to Specifications example.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Printer Assembly