PaddingInfo(PaddingInfo) Constructor
Initializes a new instance of the PaddingInfo class with specified settings.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Data.v25.1.dll
NuGet Package: DevExpress.Data
Declaration
Parameters
Name | Type | Description |
---|---|---|
src | PaddingInfo | A PaddingInfo object whose settings are used to initialize the created object’s properties. |
See Also