Gets the waveform padding value.
Syntax
Visual Basic (Declaration) | |
---|
Public Function GetWaveformPaddingValue() As Integer |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As DicomWaveformGroup
Dim value As Integer
value = instance.GetWaveformPaddingValue()
|
C# | |
---|
public int GetWaveformPaddingValue() |
C++/CLI | |
---|
public:
int GetWaveformPaddingValue(); |
Return Value
the waveform padding value.
Example
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also