IMcStreamGetListOfFrames Method
|
|
When a call to Open returns the error MCSTREAM_MULTIPLE_RESOLUTION,
it means that this image file contains multiple sub-images, but at least one
of the images is of a different imaging class. Usually, this is determined by
differing resolutions of the image. Therefore, this image file must be opened
as independent images rather than as a sequence. This method allows the UI to
query for a textual description (usually resolution) of each sub-image. The list is
then presented to the User for selection. The UI will then SetCurrentFrame to
the offset selected, and open that image as single framed image.
Namespace:
MediaCy.IQL.IO
Assembly:
MediaCy.IQL.IO (in MediaCy.IQL.IO.dll) Version: 10.0.6912.0
SyntaxFunction GetListOfFrames (
<OutAttribute> ByRef bstrList As Object
) As Integer
Parameters
- bstrList
- Type: SystemObject
VARIANT* : a pointer to a VARIANT that will be created
and filled with an Array of BSTR's containing the textual descriptions.
Return Value
Type:
Int32LONG indicating the number of frames in file.
See Also