image_file_name property

image_file_name property

The image file name (without directory path).

The default value is generated by the library in the format img-001.png.

Definition:

@property
def image_file_name(self):
    ...

See Also