Description
Gets or Sets the VARIANT with the pathname or object that is the destination for writing an image, if this is a writing stream. If it is a reading stream, the destination is usually an IMcImage object that will contain the data and image information
-
Property type
-
A Variant value.
-
Syntax
-
object.Destination [= value]
The Destination Property syntax has these parts: |
| object | An expression evaluating to an object of type McStream. | | value | A Variant value. | Remarks
returns a String in writing and an McImage in reading, usually.
|