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:

PartDescription
objectA McImages object.
ImageA McImage object.

The McImage being saved.

StreamAn Object object.

The McStream object used to save the image.

FrameA Long value.

The file index of the frame being saved.