Skip to main content

HtmlDocumentExporterOptions.ExportImages Property

Gets or sets whether to include images in HTML export output.

Namespace: DevExpress.XtraSpreadsheet.Export

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

[DefaultValue(true)]
public virtual bool ExportImages { get; set; }

Property Value

Type Default Description
Boolean true

True to export images in HTML; otherwise, false.

See Also