PortraitOrient Property
Summary
Enables or disables using portrait as the paper orientation.
Syntax
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.