Description

method GetCompatibleFileFormats

Return Type

A Long value.  

Syntax

object.GetCompatibleFileFormats (mode, Image, Flags, extensions, descriptions)

The GetCompatibleFileFormats Method syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McStream.
modeRequired. A mcfmFileMode enumeration, as described in settings.
ImageRequired. A Variant value.
FlagsRequired. A Variant value.
extensionsRequired. A Variant value.
descriptionsRequired. A Variant value.

Settings

The settings for mode are:

ConstantValueDescription
 mcSTREAM_READ1

open the file to read it into the image

 mcSTREAM_WRITE2

open the file to write it to a new or existing image file

 mcSTREAM_READ_WRITE3

open the file for both access (may not work for all formats)