Back to Devexpress

DXRichEditHtmlDocumentExporterOptions.OverrideImageResolution Property

wpf-devexpress-dot-xpf-dot-richedit-dot-dxrichedithtmldocumentexporteroptions-1dbd8684.md

latest1.9 KB
Original Source

DXRichEditHtmlDocumentExporterOptions.OverrideImageResolution Property

Gets or sets the graphics resolution used to save images when a document is exported in HTML format. This is a dependency property.

Namespace : DevExpress.Xpf.RichEdit

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

NuGet Package : DevExpress.Wpf.RichEdit

Declaration

csharp
public int OverrideImageResolution { get; set; }
vb
Public Property OverrideImageResolution As Integer

Property Value

TypeDescription
Int32

An integer that specifies image resolution. By default, it equals 96 dpi or the current System.Drawing.Graphics.DpiX value.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to OverrideImageResolution
DXRichEditDocumentExportOptions

.HtmlOptions .OverrideImageResolution

|

Remarks

By specifying the OverrideImageResolution property value, you can save images in a resolution different from the default resolution of 96 dpi.

See Also

DXRichEditHtmlDocumentExporterOptions Class

DXRichEditHtmlDocumentExporterOptions Members

DevExpress.Xpf.RichEdit Namespace