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

PaddingInfo.DeflateWidth(Single) Method

Deflates the specified width value by the width of the current padding.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Data.v18.2.dll

Declaration

public float DeflateWidth(
    float width
)

Parameters

Name Type Description
width Single

A Single value which specifies the width to be deflated.

Returns

Type Description
Single

A Single value that represents the deflated width.

Remarks

The DeflateWidth method deflates the specified width value by the PaddingInfo.Left and PaddingInfo.Right values, and returns the resulting width.

See Also