'Usage
Dim instance As DicomLabel
Dim Image As DicomImage
Dim Scale As Boolean
Dim value As Double
value = instance.ROIMax(Image, Scale)
Parameters
Image
The image from which the pixel data is taken for the calculations
Scale
If true, then the rescale slope and offset are applied to the data values
Return Value
The maximum value
Remarks
This property, where rescale parameters are used (e.g. for CT) it is applied to
the pixel values automatically before the statistical values are calculated.