Gets or sets the Overlay Smoothing Type (2040,0070).
Syntax
Visual Basic (Declaration) | |
---|
Public Property OverlaySmoothingType As String |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As DicomOverlayBoxParameters
Dim value As String
instance.OverlaySmoothingType = value
value = instance.OverlaySmoothingType
|
C# | |
---|
public string OverlaySmoothingType {get; set;} |
Return Value
The Overlay Smoothing Type (2040,0070).
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also