Handle

IImageSavingHandler.Handle method

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

public void Handle(CustomImageSavingArgs args)
Parameter Type Description
args CustomImageSavingArgs Provides the default image file name and allows you to override the file name via SetOutputImageFileName or redirect the output via SetOutputStream.

See Also