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

ImageEditorOptions() Constructor

Initializes a new instance of the ImageEditorOptions class with default settings.

Namespace: DevExpress.XtraPrinting.Preview

Assembly: DevExpress.XtraPrinting.v19.1.dll

Declaration

public ImageEditorOptions()

Remarks

By default, the AllowLoadImage, AllowChangeSizeOptions, AllowDraw and AllowClear properties are set to true, which means that the corresponding items are added to the image editor’s menu.

Image and Signature Predefined Editor

Note

The Reset Icon menu item resets the editor’s content. This item is available only when the Picture Box control’s ImageSource property is originally assigned.

See Also