Back to Devexpress

HtmlDocumentExporterOptions.OverrideImageResolution Property

officefileapi-devexpress-dot-xtrarichedit-dot-export-dot-htmldocumentexporteroptions-c8b962d4.md

latest1.9 KB
Original Source

HtmlDocumentExporterOptions.OverrideImageResolution Property

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

Namespace : DevExpress.XtraRichEdit.Export

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

NuGet Package : DevExpress.RichEdit.Core

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
RichEditDocumentExportOptions

.Html .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

HtmlDocumentExporterOptions Class

HtmlDocumentExporterOptions Members

DevExpress.XtraRichEdit.Export Namespace