Skip to main content

PaddingInfo(Int32, Single) Constructor

Initializes a new instance of the PaddingInfo class with the specified settings.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public PaddingInfo(
    int all,
    float dpi
)

Parameters

Name Type Description
all Int32

An integer value, specifying the overall padding.

dpi Single

A Single value, specifying the dpi.

See Also