RichEditDocumentServer.DpiY Property
In This Article
Gets the current dpi value for the Y-coordinate.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
#Property Value
Type | Description |
---|---|
Single | A Single dpi value. |
#Remarks
Use the DpiY value for conversion procedures, such as the Units.PixelsToDocuments or Units.DocumentsToPixels.
See Also