Back to Devexpress

RichEditDocumentServer.DpiY Property

officefileapi-devexpress-dot-xtrarichedit-dot-richeditdocumentserver-5b692c59.md

latest1.4 KB
Original Source

RichEditDocumentServer.DpiY Property

Gets the current dpi value for the Y-coordinate.

Namespace : DevExpress.XtraRichEdit

Assembly : DevExpress.RichEdit.v25.2.Core.dll

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public float DpiY { get; }
vb
Public ReadOnly Property DpiY As Single

Property Value

TypeDescription
Single

A Single dpi value.

|

Remarks

Use the DpiY value for conversion procedures, such as the Units.PixelsToDocuments or Units.DocumentsToPixels.

Implements

DpiY

See Also

RichEditDocumentServer Class

RichEditDocumentServer Members

DevExpress.XtraRichEdit Namespace