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

PaddingInfo.DeflateHeight(Single) Method

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

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Data.v18.2.dll

Declaration

public float DeflateHeight(
    float height
)

Parameters

Name Type Description
height Single

A Single value which specifies the height to be deflated.

Returns

Type Description
Single

A Single value that represents the deflated height.

Remarks

The DeflateHeight method deflates the specified height value by the PaddingInfo.Top and PaddingInfo.Bottom values, and returns the resulting height.

See Also