A newer version of this page is available.
Switch to the current version.
PrintingSystemBase.PageMargins Property
Gets the current page margin settings.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v18.2.Core.dll
Declaration
[Browsable(false)]
public Margins PageMargins { get; }
<Browsable(False)>
Public ReadOnly Property PageMargins As Margins
Property Value
Type | Description |
---|---|
Margins | The current page margin. |
Remarks
Page margin settings are measured in hundredths of an inch.
See Also
Feedback