Back to Devexpress

RichEditDocumentServer.DpiX Property

officefileapi-devexpress-dot-xtrarichedit-dot-richeditdocumentserver-fe047a63.md

latest1.4 KB
Original Source

RichEditDocumentServer.DpiX Property

Gets the current dpi value for the X-coordinate.

Namespace : DevExpress.XtraRichEdit

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

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

Property Value

TypeDescription
Single

A Single dpi value.

|

Remarks

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

Implements

DpiX

See Also

RichEditDocumentServer Class

RichEditDocumentServer Members

DevExpress.XtraRichEdit Namespace