- Create an ImageModification object with the help of the CreateImageModification method of the Engine object.
- Specify the necessary parameters.
- Call the Modify method with this object as an input parameter. The actual change takes place only when you call this method.
- Save the changes using the IImageDocument::SaveModified method.
