Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ImageEditOptions Class

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.v24.2.dll

NuGet Package: DevExpress.Reporting.Core

#Declaration

public class ImageEditOptions :
    EditOptions

The following members return ImageEditOptions objects:

#Remarks

Use an ImageEditOptions object to enable a picture box’ content editing.

  1. Set the ImageEditOptions.Enabled property to true and keep the ImageEditOptions.ReadOnly property disabled.

  2. 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.

#Inheritance

Object
EditOptions
ImageEditOptions
See Also