Description
Given an mcImageType or an mcImageQuicktype, will inform the client whether the underlying SubClass will support the Image.
-
Return Type
-
A Boolean value.
VARIANT_BOOL if the underlying Helper Subclass allows writing of the passed in ImageType.
-
Syntax
-
object.SupportsImageType (image_type)
The SupportsImageType Method syntax has these parts: |
| object | An expression evaluating to an object of type McStream. | | image_type | Required. A Variant value. | Remarks
Many file formats only support a limited set of data characteristics for writing. To avoid programming errors, check to make sure the data is supported before beginning a Write.
|