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

    Parameters

    Name Type Description
    all Single

    A Single value that specifies padding for all the element’s sides. This value is assigned to the PaddingInfo.All property.

    dpi Single

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

    See Also