PaddingInfo(Int32, Single) Constructor
Initializes a new instance of the PaddingInfo class with the specified settings.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
Declaration
Parameters
Name | Type | Description |
---|---|---|
all | Int32 | An integer value, specifying the overall padding. |
dpi | Single | A Single value, specifying the dpi. |
See Also