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: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
See Also