TdxHtmlDocumentExporterOptions.ExportImageSize Property
Specifies how image display dimensions in the source document are exported into the resulting HTML file.
Declaration
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