Description
Get the Description property of the image.
-
Property type
-
A String value.
-
Syntax
-
object.Description [= value]
The Description Property syntax has these parts: |
| object | An expression evaluating to an object of type McImage. | | value | A String value. | Remarks
This property is a built-in property usually read from a TIFF image.
On assigment an OnPropertyChanged(ID_IMcImage_Description) event is fired.
|