ImageInplaceEditorInfo(String, ImageEditorOptions, String) Constructor
Initializes a new instance of the ImageInplaceEditorInfo class with the specified settings.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v25.1.dll
NuGet Package: DevExpress.Wpf.Printing
Declaration
public ImageInplaceEditorInfo(
string editorName,
ImageEditorOptions options,
string editorDisplayName = null
)
Parameters
| Name | Type | Description |
|---|---|---|
| editorName | String | The unique name of the image editor. |
| options | ImageEditorOptions | An object that provides settings for the image editor to be registered. |
Optional Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| editorDisplayName | String | null | The display name of the image editor. |
See Also