Skip to main content

HtmlExportOptionsBase.EmbedImagesInHTML Property

Specifies whether or not images are embedded in HTML content.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v24.1.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

[TypeConverter(typeof(BooleanTypeConverter))]
[XtraSerializableProperty]
public virtual bool EmbedImagesInHTML { get; set; }

Property Value

Type Description
Boolean

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