PrinterOrientationOption Enumeration
In This Topic
Denotes the printer page orientation used by Reflection.
Syntax
<System.Runtime.InteropServices.ComVisibleAttribute(True)>
<System.Runtime.InteropServices.GuidAttribute("70089005-C2B2-4843-9E93-755BA6485E8E")>
Public Enum PrinterOrientationOption
Inherits System.Enum
Members
Member | Description |
Default | Pages are printed using the page orientation specified in the system-wide printer settings. |
Landscape | Pages are printed using landscape orientation. |
Portrait | Pages are printed using portrait orientation. |
See Also