public interface IImageSavingCallback
Implement this interface if you want to control how Aspose.Note saves images when saving a document to HTML.
Modifier and Type | Method and Description |
---|---|
void |
imageSaving(ImageSavingArgs args)
Called when Aspose.Note saves an image.
|
void imageSaving(ImageSavingArgs args)
Called when Aspose.Note saves an image.
args
- Saving parameters.