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.v20.2.dll

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

Declaration

public ImageEditorOptions Options { get; }

Property Value

Type Description
ImageEditorOptions

An image editor’s settings.

See Also