Skip to main content
All docs
V24.1

RichEditImageExportOptions.Resolution Property

Specifies the image resolution (in DPI).

Namespace: DevExpress.XtraRichEdit.Export.Image

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

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

public int Resolution { get; set; }

Property Value

Type Description
Int32

An image resolution (in DPI).

See Also