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

PageSetupEditorForm.MinMarginsF Property

Gets the minimum size allowed for a report’s margins.

Namespace: DevExpress.XtraPrinting.Preview

Assembly: DevExpress.XtraPrinting.v18.2.dll

Declaration

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

Property Value

Type Description
DevExpress.XtraPrinting.Native.MarginsF

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

See Also