Enables or disables using portrait as the paper orientation.
Syntax
Visual Basic (Declaration) | |
---|
Public Property PortraitOrient As Boolean |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As PrinterSpecifications
Dim value As Boolean
instance.PortraitOrient = value
value = instance.PortraitOrient
|
C# | |
---|
public bool PortraitOrient {get; set;} |
Return Value
True to use a portrait orientation; false to use a landscape orientation.
Example
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also