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

    Parameters

    Name Type Description
    src PaddingInfo

    A PaddingInfo object whose settings are used to initialize the created object’s properties.

    See Also