Skip to main content

PaddingInfo.Dpi Property

Gets or sets the dpi value used to perform internal calculations.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

[Browsable(false)]
public float Dpi { get; set; }

Property Value

Type Description
Single

A Single value which represents the dpi value for this padding.

Remarks

This property is intended for internal use only. Normally, you don’t need to use it.

See Also