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.ExportImageSize Property

Specifies how image display dimensions in the source document are exported into the resulting HTML file.

#Declaration

Delphi
property ExportImageSize: TdxExportImageSize read; write; default TdxExportImageSize.Auto;

#Property Value

Type Default
TdxExportImageSize Auto

#Remarks

Use this property to define whether HTML export routines save the up- or downscaled image dimensions as image attributes in the resulting document. Refer to the TdxExportImageSize type description for details.

The ExportImageSize property’s default value is TdxExportImageSize.Auto.

See Also