DataAreaType
Indicates whether the data area of a IccBuf object can be made longer than its original length.
Possible values are:
- extensible
- The data area can be automatically extended to accommodate more data.
- fixed
- The data area cannot grow in size. If you attempt to assign too much data, the data is truncated, and an exception is thrown.