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.PageHorizontalAlignment Property

Gets or sets the alignment for displaying several pages in the PrintLayoutView.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.RichEdit.v19.1.Core.dll

Declaration

[DefaultValue(HorizontalAlignment.Center)]
public HorizontalAlignment PageHorizontalAlignment { get; set; }

Property Value

Type Default Description
HorizontalAlignment **Center**

A HorizontalAlignment enumeration member.

Remarks

A document is shown below with the PageHorizontalAlignment set to HorizontalAlignment.Left, the PrintLayoutView.MaxHorizontalPageCount set to 3, and the RichEditView.ZoomFactor equal to 9%.

PageHorizontalAlignment

See Also