DicomObjects Reference
DicomObjects Reference / DicomViewer Object / Part14Max Property
Part14Max Property
Description
Controls the Maximum value
Property type
Read-write property
Syntax
Visual Basic
Public Property Part14Max As Single
Remarks
Since DICOM Part 14 display is non-linear, smoothing operations need to take this into account to “linearise” the split of pixel intensity between adjacent pixels.  For this to work properly, DicomObjects needs to know the range of the display, which is set by these properties, which are measured in Lumens – so typical value would be Part14Min = 0.2 and Part14Max = 700.
See Also