Description
Event fired by the McStream object after each frame of an image has been opened but before it is saved
Syntax
Private Sub object_FrameSave(Image, Stream, Frame)
The FrameSave Event syntax has these parts:
|
| object | A McImages object. | | Image | A McImage object. The McImage being saved.
| | Stream | An Object object. The McStream object used to save the image.
| | Frame | A Long value. The file index of the frame being saved.
|
|