VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Decoders Namespace / DicomDecodingSettings Class / ShowOverlayImages Property
Syntax Requirements SeeAlso
In This Topic
    ShowOverlayImages Property (DicomDecodingSettings)
    In This Topic
    Gets or sets a value indicating whether DICOM decoder must return image with overlay images.
    Syntax
    'Declaration
    
    <DefaultValueAttribute(False)>
    <DescriptionAttribute("A value indicating whether DICOM decoder must return image with overlay images.")>
    Public Property ShowOverlayImages As Boolean
    
    
    [DefaultValue(False)]
    [Description("A value indicating whether DICOM decoder must return image with overlay images.")]
    public bool ShowOverlayImages { get; set; }
    
    
    [DefaultValue(False)]
    [Description("A value indicating whether DICOM decoder must return image with overlay images.")]
    public: __property bool get_ShowOverlayImages();
    public: __property void set_ShowOverlayImages(
    bool value
    );
    [DefaultValue(False)]
    [Description("A value indicating whether DICOM decoder must return image with overlay images.")]
    public:
    property bool ShowOverlayImages { bool get(); void set(bool value); }

    Property Value

    true - overlay images will be shown on DICOM image; false - overlay images will NOT be shown on DICOM image.
    Default value is false.
    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