Attachmate.Reflection.Emulation.OpenSystems Namespace > IPrinting Interface : PrinterColumnsSetOrientation Property |
Gets or sets whether Reflection automatically sets the current printer page orientation based on the number of columns to be printed. (The number of columns to be printed is determined by the PrinterColumns property).
'Declaration Property PrinterColumnsSetOrientation As Boolean
'Usage Dim instance As IPrinting Dim value As Boolean instance.PrinterColumnsSetOrientation = value value = instance.PrinterColumnsSetOrientation
bool PrinterColumnsSetOrientation {get; set;}
When False (the default), printer orientation is not affected by changes to the PrinterColumns property.
When True and when PrinterColumns is less than 132, Reflection automatically selects portrait page orientation. When PrinterColumns is 132 or greater, Reflection automatically selects landscape orientation.
Target Platforms: Microsoft Windows 7, Microsoft Windows Vista, Microsoft Windows XP, Microsoft Windows Server 2003 Terminal Services, Microsoft Windows Server 2008 Terminal Services