Zoom.PageRows Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets the number of pages to be displayed one above the other on-screen at the same time in print layout view or print preview.
public:
property int PageRows { int get(); void set(int value); };
public int PageRows { get; set; }
member this.PageRows : int with get, set
Public Property PageRows As Integer