MultiplePageRows Property (Viewer)
Gets or sets a value indicating the number of pages displayed vertically when the viewer is in MultiPageMode.
public int MultiplePageRows {get; set;}
'Declaration
Public Property MultiplePageRows As Integer
Property Value
An
System.Int32 representing the number of vertical pages.
Exception | Description |
System.ArgumentOutOfRangeException |
Thrown when the set value is less than or equal to 0, as the number of pages displayed vertically must be a positive integer.
|