TdxHtmlDocumentExporterOptions.EmbedImages Property
Specifies if document images are embedded into an exported HTML file.
Declaration
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