Programming with Reflection

image\rwnprg32.gif PrinterRows property

 

Syntax

object.PrinterRows
object.PrinterRows = Value

Works with

image\r124.gif

Data type

Integer

 

Description

Returns (first syntax line) or specifies (second syntax line) the maximum number of rows that can be printed on a page. For example, to set the number of printed rows per page to 55:

Session.PrinterRows = 55

Values

The default value is 60.

The range of values is 1-255.

Notes

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.

 

image\jump.gif Keyword Index

image\popup.gif Related Topics

image\popup.gif Reflection products that use this property