Skip to main content

TdxOpenXmlDocumentExporterOptions.AlternateImageFolder Property

Specifies the file system directory used for saving document images.

Declaration

property AlternateImageFolder: Boolean read; write; default DefaultAlternateImageFolder;

Property Value

Type Default
Boolean DefaultAlternateImageFolder

Remarks

According to the docx file format specification, document images can be stored in the “images” folder (where the Rich Edit control stores images by default) or “\word\images” folder (used to store images in some popular web services). You can set the AlternateImageFolder property to True to ensure that the saved document images can be located by third-party services and applications.

The default value of the AlternateImageFolder property is DefaultAlternateImageFolder.

See Also