Skip to main content

ImageInplaceEditorInfo.Options Property

An object that provides settings for the registered image editor.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v23.2.dll

NuGet Package: DevExpress.Wpf.Printing

Declaration

public ImageEditorOptions Options { get; }

Property Value

Type Description
ImageEditorOptions

An image editor’s settings.

See Also