PaddingInfo.InflateHeight(Single) Method
Inflates the specified height value by the height of the current padding.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Data.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
height | Single | A Single value which specifies the height to be inflated. |
Returns
Type | Description |
---|---|
Single | A Single value that represents the inflated height. |
Remarks
The InflateHeight method inflates the specified height value by the PaddingInfo.Top and PaddingInfo.Bottom values, and returns the resulting height.
See Also