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.v18.2.Core.dll

Declaration

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

Property Value

Type Description
Margins

The current page margin.

Remarks

Page margin settings are measured in hundredths of an inch.

See Also