Skip to main content

HtmlExportOptionsBase.EmbedImagesInHTML Property

Specifies whether or not images are embedded in HTML content.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

[DefaultValue(false)]
public virtual bool EmbedImagesInHTML { get; set; }

Property Value

Type Default Description
Boolean false

true to embed images in HTML; otherwise, false.

Remarks

Use the EmbedImagesInHTML property to choose whether images should be embedded into an HTML document, or stored externally. This option is supported by Internet Explorer© beginning from version 7.0.

See Also