The ImageFieldMergedEventArgs class provides data for the ImageFieldMerged event.

Syntax

public class ImageFieldMergedEventArgs: EventArgs
Public Class ImageFieldMergedEventArgs
  Inherits EventArgs

Introduced: 16.0.

Properties

Property Description
FieldName 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.
MergeBlockName 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.
NestingDepth If the image field is part of a merge block, this property returns the one-based nesting depth of the block.
TableCell If the image field is inside of a table, this property returns the containing table cell as a TXTextControl.TableCell instance or null otherwise.