MultiplePageCols Property (Viewer)
In This Topic
Gets or sets the number of pages that are displayed horizontally in the viewer when it is in MultiPage view mode.
Syntax
'Declaration
Public Property MultiplePageCols As Integer
public int MultiplePageCols {get; set;}
Property Value
The number of pages to display horizontally. The default value is 3.
Exceptions
Exception | Description |
System.ArgumentOutOfRangeException |
Thrown when the set value is less than or equal to 0, as the number of pages displayed horizontally must be a positive integer.
|
See Also