[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Viewer.Win.Viewer.MultiplePageCols

MultiplePageCols Property

MultiplePageCols

Gets or sets the number of pages that are displayed horizontally in the viewer when it is in MultiPage view mode.

Declaration
public int MultiplePageCols { get; set; }
Property Value
Type Description
int

The number of pages to display horizontally. The default value is 3.

Remarks

This property allows you to control how many pages are displayed horizontally in the viewer when it is set to MultiPage view mode. It is useful for presenting multiple pages of a document side by side, enhancing the document's readability and navigation. The value must be a positive integer; otherwise, an ArgumentOutOfRangeException is thrown.

Exceptions
Type Condition
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.