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.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
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