corelibraries-devexpress-dot-xtraprinting-b39a5fda.md
An editing field that allows end-users to change an image content in Print Preview.
Namespace : DevExpress.XtraPrinting
Assembly : DevExpress.Printing.v25.2.Core.dll
NuGet Package : DevExpress.Printing.Core
public class ImageEditingField :
EditingField
Public Class ImageEditingField
Inherits EditingField
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:
EditingField.ID, EditingField.ReadOnly, ImageEditingField.EditorName
ImageEditingField.ImageAlignment and ImageEditingField.ImageSizeMode
For more information, see Content Editing in Print Preview.
Object DevExpress.XtraPrinting.BrickPageInfo EditingField ImageEditingField
See Also