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