Skip to main content
A newer version of this page is available. .

PaddingInfo.Dpi Property

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

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Data.v18.2.dll

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