Admin Production rocket
Current Publication

PrinterRows Property

Reflection Desktop .NET API Guide V17.0
Rocket® Reflection Desktop (formerly a product of Micro Focus or formerly a product of Open Text) documentation that was created prior to Rocket Software's acquisition of certain products from OpenText may contain outdated references to "Micro Focus” or “OpenText”, which are trademarks of OpenText. Rocket Software is not affiliated with Micro Focus or OpenText and has rebranded these products as Rocket® products.
PrinterRows Property
In This Topic

Gets or sets the maximum number of rows that can be printed on a page.

Syntax

                     
                     
'Declaration
 

                     
                     
Property PrinterRows As Integer

                  

                     
                     
'Usage
 

                     
                     
Dim instance As IPrinting
Dim value As Integer
 
instance.PrinterRows = value
 
value = instance.PrinterRows

                  

                     
                     
int PrinterRows {get; set;}

                  

Property Value

The default value is 60.

The range of values is 1-255.

Remarks

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.

See Also