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

PageMarginInfo.Margins Property

Gets the page margins (measured in hundredths of an inch).

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Printing, DevExpress.Wpf.Printing

Declaration

public Margins Margins { get; }

Property Value

Type Description
Margins

A Margins object that specifies the page margins (measured in hundredths of an inch).

See Also