TdxHtmlDocumentExporterOptions.ExportImageSize Property
In This Article
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 |
---|---|
Tdx |
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