xtrareports-devexpress-dot-xtrareports-dot-ui-be1fe665.md
Provides options that define whether and how a picture box‘s content can be edited in Print Preview.
Namespace : DevExpress.XtraReports.UI
Assembly : DevExpress.XtraReports.v25.2.dll
NuGet Package : DevExpress.Reporting.Core
public class ImageEditOptions :
EditOptions
Public Class ImageEditOptions
Inherits EditOptions
The following members return ImageEditOptions objects:
Use an ImageEditOptions object to enable a picture box’ content editing.
Set the ImageEditOptions.Enabled property to true and keep the ImageEditOptions.ReadOnly property disabled.
Specify the EditorName property to set whether an end user can change the image and/or draw a signature.
Refer to the Edit Content in Print Preview topic for details.
Object EditOptions ImageEditOptions
See Also