Skip to main content
A newer version of this page is available. .
All docs
V20.2

DXRichEditDotxDocumentExporterOptions.AlternateImageFolder Property

Specifies the directory in which the RichEdit control should save document images. This is a dependency property.

Namespace: DevExpress.Xpf.RichEdit

Assembly: DevExpress.Xpf.RichEdit.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.RichEdit, DevExpress.Wpf.RichEdit

Declaration

public bool AlternateImageFolder { get; set; }

Property Value

Type Description
Boolean

true to store document images in the “\word\images“ folder; false to use the “\images“ folder instead.

Property Paths

You can access this nested property as listed below:

Object Type Path to AlternateImageFolder
DXRichEditDocumentExportOptions
.DotxOptions .AlternateImageFolder

Remarks

Document images can be stored in either of the following folders: “\images“ (where RichEdit control saves images by default) or “\word\images“ (used to store images by some popular web services).

To ensure that document images saved by the RichEdit control can be located by any third-party service, use the AlternateImageFolder property to specify an alternate folder for storing document images.

See Also