Skip to main content

PageSetupEditorForm.MarginsF Property

Gets the margins of a report page measured in three hundredths of an inch.

Namespace: DevExpress.XtraPrinting.Preview

Assembly: DevExpress.XtraPrinting.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.Printing

Declaration

[Browsable(false)]
public MarginsF MarginsF { get; }

Property Value

Type Description
DevExpress.XtraPrinting.Native.MarginsF

The margins (measured in 1/300 of an inch) of a report page.

See Also