handle method
handle
Called once for each image found in the source document during conversion.
def handle(self, args):
...
| Parameter | Type | Description |
|---|---|---|
| args | CustomImageSavingArgs |
Provides the default image file name and allows you to override the file name via CustomImageSavingArgs.set_output_image_file_name or redirect the output via CustomImageSavingArgs.set_output_stream. |
See Also
- class
IImageSavingHandler