Skip to main content
A newer version of this page is available. .

DXRichEditMhtDocumentExporterOptions.ExportImageSize Property

Gets or sets how the current image size is preserved in the resulting MHT output. This is a dependency property.

Namespace: DevExpress.Xpf.RichEdit

Assembly: DevExpress.Xpf.RichEdit.v19.1.dll

Declaration

public ExportImageSize ExportImageSize { get; set; }

Property Value

Type Description
ExportImageSize

A ExportImageSize enumeration value.

Property Paths

You can access this nested property as listed below:

Object Type Path to ExportImageSize
DXRichEditDocumentExportOptions
.MhtOptions.ExportImageSize

Remarks

To save current image dimensions as image attributes in the exported MHT file, set the ExportImageSize option to the ExportImageSize.Always.

See Also