Description
Read-Only property used to indicate whether dynamic ranges are present in the image file.
-
Return Type
-
A Boolean value.
| Value |
Meaning |
VARIANT_BOOL
|
|
-
Syntax
-
object.HasDynamicRange
The HasDynamicRange Method syntax has these parts: |
| object | An expression evaluating to an object of type McStream. | 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.
|