Attachmate.Reflection.Emulation.OpenSystems Namespace > IPrinting Interface : PrinterRows Property |
Gets or sets the maximum number of rows that can be printed on a page.
'Declaration Property PrinterRows As Integer
'Usage Dim instance As IPrinting Dim value As Integer instance.PrinterRows = value value = instance.PrinterRows
int PrinterRows {get; set;}
The default value is 60.
The range of values is 1-255.
If the PrinterAutoRowSize property is True, the value of PrinterRows is automatically set to the maximum possible rows per page based on the current settings for paper size, page orientation, margins, number of columns, and font.
Target Platforms: Microsoft Windows 7, Microsoft Windows Vista, Microsoft Windows XP, Microsoft Windows Server 2003 Terminal Services, Microsoft Windows Server 2008 Terminal Services