Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxHtmlDocumentExporterOptions.EmbedImages Property

Specifies if document images are embedded into an exported HTML file.

#Declaration

Delphi
property EmbedImages: Boolean read; write; default False;

#Property Value

Type Default
Boolean False

#Remarks

Options include:

Value Description
False An exported HTML document includes references to source images saved as separate files.
True HTML export routines embed Base64-encoded source images into the resulting document. You can set the ScaleEmbeddedImages property to True to upscale or downscale encoded images to their on-screen dimensions (in pixels) in the original document.

The EmbedImages property’s default value is False.

See Also