Skip to main content
A newer version of this page is available. .

ImageInplaceEditorInfo.Options Property

An object that provides settings for the registered image editor.

Namespace: DevExpress.Xpf.Printing

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

NuGet Package: DevExpress.Wpf.Printing

Declaration

public ImageEditorOptions Options { get; }

Property Value

Type Description
ImageEditorOptions

An image editor’s settings.

See Also