Description

Event fired by the McStream object after each frame of an image has been opened but before it is read

Syntax

Private Sub object_FrameOpen(Image, Stream, Frame)

The FrameOpen Event syntax has these parts:

PartDescription
objectA McImages object.
ImageA McImage object.

The McImage being opened.

StreamAn Object object.

The McStream object used to open the image.

FrameA Long value.

The file index of the frame being opened.