Skip to main content

PaddingInfo(Single) Constructor

Initializes a new instance of the PaddingInfo class with the specified dpi value.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public PaddingInfo(
    float dpi
)

Parameters

Name Type Description
dpi Single

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

Remarks

In this case the PaddingInfo.Left, PaddingInfo.Right, PaddingInfo.Top, and PaddingInfo.Bottom properties will be set to 0.

See Also