| Visual Basic (Declaration) | |
|---|---|
Public Enum DicomWaveformSampleInterpretationType Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public enum DicomWaveformSampleInterpretationType : Enum | |
| C++/CLI | |
|---|---|
public enum class DicomWaveformSampleInterpretationType : public Enum | |
| Member | Description |
|---|---|
| Signed16BitLinear | signed 16-bit linear |
| Unsigned16BitLinear | unsigned 16-bit linear |
| Signed8BitLinear | signed 8-bit linear |
| Unsigned8BitLinear | unsigned 8-bit linear |
| Mulaw8Bit | 8-bit mu-law |
| Alaw8Bit | 8-bit A-law |
For an example, refer to DicomDataSet.WaveformGroupCount.
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.DicomWaveformSampleInterpretationType
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code