Click or drag to resize

IMcStreamEndFrame Property

The last frame to read.

Namespace:  MediaCy.IQL.IO
Assembly:  MediaCy.IQL.IO (in MediaCy.IQL.IO.dll) Version: 10.0.6912.0
Syntax
VB
Property EndFrame As Integer
	Get
	Set

Return Value

Type: Int32
LONG
Remarks
This zero-based property indicates the last frame of a multi-frame (sequence) file which will be read. The EndFrame cannot be greater than the number of frames in the file to read or the image to be saved. If this image file is not a sequence, the EndFrame is always 0 (zero).
See Also