Skip to main content
All docs
V25.1
  • PaddingInfo(Single, Single, Single, Single, Single) 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

    public PaddingInfo(
        float left,
        float right,
        float top,
        float bottom,
        float dpi = 96F
    )

    Parameters

    Name Type Description
    left Single

    A Single value that specifies the left value of the padding. This value is assigned to the PaddingInfo.LeftF property.

    right Single

    A Single value that specifies the right value of the padding. This value is assigned to the PaddingInfo.RightF property.

    top Single

    A Single value that specifies the top value of the padding. This value is assigned to the PaddingInfo.TopF property.

    bottom Single

    A Single value that specifies the bottom value of the padding. This value is assigned to the PaddingInfo.BottomF property.

    Optional Parameters

    Name Type Default Description
    dpi Single 96

    A Single value that specifies the dpi of the padding. This value is assigned to the PaddingInfo.Dpi property.

    See Also