__init__ constructor

init

Initializes a new instance of the CustomImagesStrategy class.

def __init__(self, images_folder, handler):
    ...
Parameter Type Description
images_folder str The folder where images will be exported.
handler IImageSavingHandler The handler that is called for each image during conversion.
Raises Description
ValueError Thrown when images_folder is None.

See Also