Description
Read-Only property to access the Minimum clipping range that was identified in an image file.
-
Property type
-
A Double value.
-
Syntax
-
object.RangeMin [= value]
The RangeMin Property syntax has these parts: |
| object | An expression evaluating to an object of type McStream. | | value | A Double value. | Remarks
These indicators are stored in some file formats (such as TIFF) to allow software to better construct display attributes. If the data type of the image is 16-bit (valid pixel values of 0-65535), but the only data that is important is between pixel values 1001 and 2000, then these values would be used to construct the display table so that important data is displayed properly.
| Note: |
The RangeMin and RangeMax properties of McStream have the same purpose as the BlackLevel and WhiteLevel properties (respectively) of the McImage.LookupTable object. |
|