Skip to main content

PrintingSystemBase.PageMargins Property

Gets the current page margin settings.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

#Declaration

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

#Property Value

Type
DXMargins

#Remarks

Page margin settings are measured in hundredths of an inch.

See Also