Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

HtmlDocumentExporterOptions.ExportImageSize Property

Gets or sets how the current image size is preserved in the resulting HTML output.

Namespace: DevExpress.XtraRichEdit.Export

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

Declaration

public ExportImageSize ExportImageSize { get; set; }

Property Value

Type Description
ExportImageSize

An ExportImageSize enumeration value.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ExportImageSize
WinForms Controls RichTextEditDocumentExportOptions
.Mht.ExportImageSize
Office File API RichEditDocumentExportOptions
.Mht.ExportImageSize

Remarks

You can save current image dimensions as image attributes in the exported HTML file. To do so, set the ExportImageSize option to the ExportImageSize.Always value.

See Also