Skip to main content

PrintLayoutView.MaxHorizontalPageCount Property

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

Namespace: DevExpress.XtraRichEdit

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

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

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