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

MailMessageExportOptions.EmbedImagesInHTML Property

Specifies whether or not images are embedded in HTML content.

Namespace: DevExpress.XtraPrinting

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

Declaration

[Browsable(false)]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
public override bool EmbedImagesInHTML { get; set; }

Property Value

Type Description
Boolean

true to embed images in HTML; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to EmbedImagesInHTML
Cross-Platform Class Library ExportOptions
.MailMessage.EmbedImagesInHTML
WPF Controls ExportOptionsContainer
.MailMessage.EmbedImagesInHTML

Remarks

Use the EmbedImagesInHTML property to choose whether images should be embedded into an HTML document, or stored externally.

See Also