PageSettingsHelper.GetMinMargins(PageSettings) Method
In This Article
Returns the minimum page margins supported by the specified page settings.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
public static DXMargins GetMinMargins(
PageSettings pageSettings
)
#Parameters
Name | Type | Description |
---|---|---|
page |
Page |
A Page |
#Returns
Type |
---|
DXMargins |
See Also