Skip to main content
A newer version of this page is available. .

PrintingSystemBase.PageMargins Property

Gets the current page margin settings.

Namespace: DevExpress.XtraPrinting

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

NuGet Packages: DevExpress.Printing.Core, DevExpress.Win.Dashboard.Design

Declaration

[Browsable(false)]
public DXMargins PageMargins { get; }

Property Value

Type
DXMargins

Remarks

Page margin settings are measured in hundredths of an inch.

See Also