PaddingInfo(Single) Constructor
Initializes a new instance of the PaddingInfo class with the specified dpi value.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Data.v25.1.dll
NuGet Package: DevExpress.Data
Declaration
Parameters
Name | Type | Description |
---|---|---|
dpi | Single | A Single value that specifies the dpi of the padding. This value is assigned to the PaddingInfo.Dpi property. |
Remarks
In this case the PaddingInfo.Left
, PaddingInfo.Right
, PaddingInfo.Top
, and PaddingInfo.Bottom
properties will be set to 0.
See Also