Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

PrintLayoutView.MaxHorizontalPageCount Property

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

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.RichEdit.v19.1.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