'Usage
Dim instance As DicomImage
Dim value As Boolean
instance.Invert = value
value = instance.Invert
Remarks
If set to true then Image will be inverted, which means black becomes white and write becomes black. Setting this property to true has the same effect of setting Image's Width property to some negative value.