Skip to main content
A newer version of this page is available. .

PrintLayoutView.MaxHorizontalPageCount Property

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

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.RichEdit.v18.2.Core.dll

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