How Label's dimensions should be interpreted and scaled
| Member | Value | Description |
|---|---|---|
| doLabelScale3D | 4 | Used to specify points in 3D space using images' frame of reference |
| doLabelScaleCell | 2 | Dimensions are in the coordinate system used by DICOM in presentation states, where (0.0,0.0) represents the top left corner of the display area, and (1.0,1.0) represents the bottom right |
| doLabelScaleCell1000 | 3 | Like Cell, but the corners are (0,0) and (1000,1000) |
| doLabelScaleImage | 1 | Dimensions are in image pixels |
| doLabelScaleOutput | 0 | Dimensions are in screen or other output device pixels and are unaffected by the zooming of the image |