Skip to main content

ImageEditingField Class

An editing field that allows end-users to change an image content in Print Preview.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public class ImageEditingField :
    EditingField

Remarks

If you set the PictureBox control’s EditOptions.Enabled property to true, one or more ImageEditingField objects are added to the PrintingSystemBase.EditingFields collection. The number of created image editing fields depends on whether the control is bound to data (if it is bound, this number corresponds to the number of data records displayed for this control in the document). You can access a particular image editing field to modify its options.

An ImageEditingField object exposes the following options:

For more information, see Content Editing in Print Preview.

Inheritance

Object
DevExpress.XtraPrinting.BrickPageInfo
EditingField
ImageEditingField
See Also