PaddingInfo(Int32, Int32, Int32, Int32, Single) Constructor
Initializes a new instance of the PaddingInfo class with the specified left, right, top, bottom and dpi values.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Data.v18.2.dll
Declaration
public PaddingInfo(
int left,
int right,
int top,
int bottom,
float dpi
)
Public Sub New(
left As Integer,
right As Integer,
top As Integer,
bottom As Integer,
dpi As Single
)
Parameters
Name | Type | Description |
---|---|---|
left | Int32 | An integer value that specifies the left value of the padding. This value is assigned to the PaddingInfo.Left property. |
right | Int32 | An integer value that specifies the right value of the padding. This value is assigned to the PaddingInfo.Right property. |
top | Int32 | An integer value that specifies the top value of the padding. This value is assigned to the PaddingInfo.Top property. |
bottom | Int32 | An integer value that specifies the bottom value of the padding. This value is assigned to the PaddingInfo.Bottom property. |
dpi | Single | A Single value that specifies the dpi of the padding. This value is assigned to the PaddingInfo.Dpi property. |