MergeFieldImageDimension class

MergeFieldImageDimension class

Represents an image dimension (i.e. the width or the height) used across a mail merge process. To learn more, visit the Working with Fields documentation article.

Remarks

To indicate that the image should be inserted with its original dimension during a mail merge, you should assign a negative value to the MergeFieldImageDimension.value property.

Constructors

NameDescription
MergeFieldImageDimension(value)Creates an image dimension instance with the given value in points.
MergeFieldImageDimension(value, unit)Creates an image dimension instance with the given value and the given unit.

Properties

NameDescription
unitThe unit.
valueThe value.

See Also