PaddingInfo.DeflateWidth(Single) Method
Deflates the specified width value by the width of the current padding.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Data.v24.2.dll
Declaration
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