IImageSavingHandler class

IImageSavingHandler class

Callback interface invoked for each image encountered during conversion when using CustomImagesStrategy.

Implement this interface to rename images, redirect output to a custom stream, or apply other custom logic.

The IImageSavingHandler type exposes the following members:

Methods

Method Description
handle Called once for each image found in the source document during conversion.

See Also