Attachmate.Reflection.Emulation.OpenSystems Namespace > IPrinting Interface : PrinterColumnsTiedToDisplay Property |
Gets or sets whether changing the number of columns in the screen display automatically changes the number of columns to be printed.
'Declaration Property PrinterColumnsTiedToDisplay As Boolean
'Usage Dim instance As IPrinting Dim value As Boolean instance.PrinterColumnsTiedToDisplay = value value = instance.PrinterColumnsTiedToDisplay
bool PrinterColumnsTiedToDisplay {get; set;}
The default value is True.
When True, changing the value of the DisplayColumns property automatically changes the value of the PrinterColumns property, so that these two values are always equal.
When False, changing DisplayColumns has no effect on PrinterColumns.
Target Platforms: Microsoft Windows 7, Microsoft Windows Vista, Microsoft Windows XP, Microsoft Windows Server 2003 Terminal Services, Microsoft Windows Server 2008 Terminal Services