PrintLayoutView.MaxHorizontalPageCount Property
Gets or sets the maximum number of pages in a row at any zoom level.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
Declaration
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.
See Also