image_file_name property

ImageFieldMergingArgs.image_file_name property

Sets the file name of the image that the mail merge engine must insert into the document.

@property
def image_file_name(self) -> str:
    ...

@image_file_name.setter
def image_file_name(self, value: str):
    ...

See Also