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

TdxOpenXmlDocumentExporterOptions.AlternateImageFolder Property

Specifies the file system directory used for saving document images.

#Declaration

Delphi
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