Skip to main content
All docs
V25.1
  • DXRichEditFlatOpcMacroEnabledDocumentExporterOptions.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.v25.1.dll

    NuGet Package: 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
    .FlatOpcMacroEnabledOptions .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