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