Description
Event fired during the save process after the McStream has been opened but before the image data is written to file.
Syntax
Private Sub object_Save(Image, Stream)
The Save Event syntax has these parts:
The McImage being saved.
The McStream object being used to save the image.
Remarks
This event is fired by McImage.Save and McImage.SaveAs