The Image
public class ImageFieldMergedEventArgs: EventArgsPublic Class ImageFieldMergedEventArgs
Inherits EventArgs Introduced: 16.0.
| Property | Description |
|---|---|
| Field |
Gets the name of the merged field. |
| Filename | Gets the filename of the merged image. |
| Image | Gets or sets the image that has been merged into the field. |
| Merge |
If the image field is part of a merge block, this property returns the name of the block. |
| Merged | Gets a bool value that indicates whether the current field has been merged successfully or not. |
| Nesting |
If the image field is part of a merge block, this property returns the one-based nesting depth of the block. |
| Table |
If the image field is inside of a table, this property returns the containing table cell as a TXText |