image_field_merging method

image_field_merging(args)

Called when the Aspose.Words mail merge engine is about to insert an image into a merge field.

def image_field_merging(self, args: aspose.words.mailmerging.ImageFieldMergingArgs):
    ...
ParameterTypeDescription
argsImageFieldMergingArgs

See Also