PaddingInfo.IsEmpty Property
Determines whether the padding is empty (all padding values are null).
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Data.v24.2.dll
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if the padding is empty; otherwise, false. |
Remarks
The PaddingInfo object is considered to be empty if its PaddingInfo.Left, PaddingInfo.Right, PaddingInfo.Top and PaddingInfo.Bottom property values are all equal to 0.
See Also