ImageEditingField Properties
An editing field that allows end-users to change an image content in Print Preview.| Name | Description |
|---|---|
| Brick | Gets a visual brick used to render an editing field in Print Preview. Inherited from EditingField. |
| EditorName | Specifies the name of an editor used to change the image editing field’s value in Print Preview. |
| EditValue | Overrides the EditingField.EditValue property. |
| ID | Specifies the unique identifier of an editing field. Inherited from EditingField. |
| ImageAlignment | The image alignment of the associated image brick. |
| ImageSizeMode | The size mode of the associated image brick. |
| ImageSource | Specifies the image that the associated image brick currently displays. |
| InitialImageSource | Stores the image that the associated image brick had when the ImageEditingField object was created. |
| PageIndex | Gets the index of the page on which an editing field is located. Inherited from EditingField. |
| ReadOnly | Specifies whether an editing field’s content can be customized in Print Preview. Inherited from EditingField. |
See Also