Description method GetCompatibleFileFormats
-
Return Type
-
A Long value.
-
Syntax
-
object.GetCompatibleFileFormats (mode, Image, Flags, extensions, descriptions)
The GetCompatibleFileFormats Method syntax has these parts: |
| object | An expression evaluating to an object of type McStream. | | mode | Required. A mcfmFileMode enumeration, as described in settings. | | Image | Required. A Variant value. | | Flags | Required. A Variant value. | | extensions | Required. A Variant value. | | descriptions | Required. A Variant value. | Settings The settings for mode are:
 | mcSTREAM_READ | 1 |
open the file to read it into the image
|
 | mcSTREAM_WRITE | 2 |
open the file to write it to a new or existing image file
|
 | mcSTREAM_READ_WRITE | 3 |
open the file for both access (may not work for all formats)
|
|