ImageEditorOptions() Constructor
In This Article
Initializes a new instance of the ImageEditorOptions class with default settings.
Namespace: DevExpress.XtraPrinting.Preview
Assembly: DevExpress.XtraPrinting.v24.2.dll
NuGet Package: DevExpress.Win.Printing
#Declaration
#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.
Note
The menu item resets the editor’s content. This item is available only when the Picture Box control’s Image
See Also