Skip to main content

DevExpress v25.1 Update — Your Feedback Matters

Our What's New in v25.1 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PrintLayoutView.MaxHorizontalPageCount Property

Gets or sets the maximum number of pages in a row at any zoom level.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.RichEdit.v25.1.Core.dll

NuGet Package: DevExpress.RichEdit.Core

#Declaration

[DefaultValue(0)]
public int MaxHorizontalPageCount { get; set; }

#Property Value

Type Default Description
Int32 0

An integer representing a number of pages.

#Remarks

A document with the MaxHorizontalPageCount set to 3 and the RichEditView.ZoomFactor equal to 9% is shown below.

MaxHorizontalPageCount

See Also