GdPicture image identifier. The DICOM image.





In This Topic
GdPicture14 Namespace / GdPictureImaging Class / DicomGetDefaultWindowLevel Method

DicomGetDefaultWindowLevel Method (GdPictureImaging)

In This Topic
Returns the default window level of a DICOM image.
Syntax
'Declaration
 
Public Function DicomGetDefaultWindowLevel( _
   ByVal ImageID As Integer _
) As Single
public float DicomGetDefaultWindowLevel( 
   int ImageID
)
public function DicomGetDefaultWindowLevel( 
    ImageID: Integer
): Single; 
public function DicomGetDefaultWindowLevel( 
   ImageID : int
) : float;
public: float DicomGetDefaultWindowLevel( 
   int ImageID
) 
public:
float DicomGetDefaultWindowLevel( 
   int ImageID
) 

Parameters

ImageID
GdPicture image identifier. The DICOM image.

Return Value

The default window level.
Remarks
Use the GetStat() method to determine if the method succeeded.
See Also