Skip to main content

MarginSide Enum

Specifies page margin(s).

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

public enum MarginSide

Members

Name Description
None

Specifies no report page margin.

Left

Specifies the left report page margin.

Top

Specifies the top report page margin.

Right

Specifies the right report page margin.

Bottom

Specifies the bottom report page margin.

All

Specifies all report page margins.

See Also