Skip to main content
All docs
V25.1
  • RichEditImageExportOptions.Resolution Property

    Specifies the image resolution (in DPI).

    Namespace: DevExpress.XtraRichEdit.Export.Image

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

    NuGet Package: DevExpress.RichEdit.Core

    Declaration

    public int Resolution { get; set; }

    Property Value

    Type Description
    Int32

    An image resolution (in DPI).

    See Also