HtmlExportOptionsBase.EmbedImagesInHTML Property
Specifies whether or not images are embedded in HTML content.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.Core.dll
Declaration
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