Skip to main content

ImageEditorOptions() Constructor

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

Namespace: DevExpress.XtraPrinting.Preview

Assembly: DevExpress.XtraPrinting.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.Printing

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