Skip to main content
All docs
V26.1
  • ImageInplaceEditorInfo.Options Property

    An object that provides settings for the registered image editor.

    Namespace: DevExpress.Xpf.Printing

    Assembly: DevExpress.Xpf.Printing.v26.1.dll

    NuGet Package: DevExpress.Wpf.Printing

    Declaration

    public ImageEditorOptions Options { get; }

    Property Value

    Type Description
    ImageEditorOptions

    An image editor’s settings.

    See Also