MarginSide Enum
Specifies page margin(s).
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
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