VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Decoders Namespace / DicomDecodingSettings Class / OverlayColor Property
Syntax Requirements SeeAlso
In This Topic
    OverlayColor Property (DicomDecodingSettings)
    In This Topic
    Gets or sets the color, which is used for filling overlay images.
    Syntax
    'Declaration
    
    <DescriptionAttribute("The color, which is used for filling overlay images.")>
    Public Property OverlayColor As Vintasoft.Imaging.ImageColors.Rgb24Color
    
    
    [Description("The color, which is used for filling overlay images.")]
    public Vintasoft.Imaging.ImageColors.Rgb24Color OverlayColor { get; set; }
    
    
    [Description("The color, which is used for filling overlay images.")]
    public: __property Vintasoft.Imaging.ImageColors.Rgb24Color* get_OverlayColor();
    public: __property void set_OverlayColor(
    Vintasoft.Imaging.ImageColors.Rgb24Color* value
    );
    [Description("The color, which is used for filling overlay images.")]
    public:
    property Vintasoft.Imaging.ImageColors.Rgb24Color^ OverlayColor { Vintasoft.Imaging.ImageColors.Rgb24Color^ get(); void set(Vintasoft.Imaging.ImageColors.Rgb24Color^ value); }

    Property Value

    Default value is White.
    Requirements

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

    See Also