A newer version of this page is available.
Switch to the current version.
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; }
<Browsable(False)>
Public Property Dpi As Single
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
Feedback