Click or drag to resize

IMcResourceManagerNumberOfFrames Property

Reports the number of image frames open.

Namespace:  MediaCy.IQL.Engine
Assembly:  MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
Syntax
VB
ReadOnly Property NumberOfFrames ( 
	Type As mcImageOrFrameTypeFlags
) As Integer
	Get

Parameters

Type
Type: MediaCy.IQL.EnginemcImageOrFrameTypeFlags

Property Value

Type: Int32
Remarks
mciftAll: Returns number of images or frames from all images in the McImages collection, even hidden images mciftVisible: Returns the number of images or frames in application workspaces mciftVeryLarge: Returns the number of images or frames in very large image workspaces mciftImageSet: Returns the number of images or frames in image set workspaces mciftNormal: Returns the number of images or frames in normal image workspaces
See Also