VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing Namespace / ApplyDicomOverlaysCommand Class / OverlayColor Property
Syntax Exceptions Requirements SeeAlso
In This Topic
OverlayColor Property (ApplyDicomOverlaysCommand)
In This Topic
Gets or sets an overlay color.
Syntax
'Declaration

<DescriptionAttribute("An overlay color.")>
Public Property OverlayColor As Vintasoft.Imaging.ImageColors.Rgb24Color

[Description("An overlay color.")]
public Vintasoft.Imaging.ImageColors.Rgb24Color OverlayColor { get; set; }

Property Value

Default value is White.
Exceptions
ExceptionDescription
Thrown if OverlayColor is null.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also