VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Dicom.UI Namespace / DicomSeriesManagerControl Class / DicomViewer Property
Syntax Requirements SeeAlso
In This Topic
    DicomViewer Property (DicomSeriesManagerControl)
    In This Topic
    Gets or sets the DICOM viewer that is associated with this control.
    Syntax
    'Declaration
    
    <DefaultValueAttribute(null)>
    <DescriptionAttribute("DICOM viewer that is associated with this control.")>
    Public Property DicomViewer As Vintasoft.Imaging.UI.ImageViewer
    
    
    [DefaultValue(null)]
    [Description("DICOM viewer that is associated with this control.")]
    public Vintasoft.Imaging.UI.ImageViewer DicomViewer { get; set; }
    
    
    [DefaultValue(null)]
    [Description("DICOM viewer that is associated with this control.")]
    public: __property Vintasoft.Imaging.UI.ImageViewer* get_DicomViewer();
    public: __property void set_DicomViewer(
    Vintasoft.Imaging.UI.ImageViewer* value
    );
    [DefaultValue(null)]
    [Description("DICOM viewer that is associated with this control.")]
    public:
    property Vintasoft.Imaging.UI.ImageViewer^ DicomViewer { Vintasoft.Imaging.UI.ImageViewer^ get(); void set(Vintasoft.Imaging.UI.ImageViewer^ value); }
    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