LEADTOOLS Medical (Leadtools.Medical.Workstation assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
Streamer Property
See Also 
Leadtools.Medical.Workstation.UI Namespace > WorkstationViewer.LoadSeriesInformation Class : Streamer Property




Gets or sets the object which will load the series into the N:Leadtools.MedicalViewer

Syntax

Visual Basic (Declaration) 
Public Property Streamer As MedicalViewerLoaderBase
Visual Basic (Usage)Copy Code
Dim instance As WorkstationViewer.LoadSeriesInformation
Dim value As MedicalViewerLoaderBase
 
instance.Streamer = value
 
value = instance.Streamer
C# 
public MedicalViewerLoaderBase Streamer {get; set;}
Managed Extensions for C++ 
public: __property MedicalViewerLoaderBase* get_Streamer();
public: __property void set_Streamer( 
   MedicalViewerLoaderBase* value
);
C++/CLI 
public:
property MedicalViewerLoaderBase^ Streamer {
   MedicalViewerLoaderBase^ get();
   void set (    MedicalViewerLoaderBase^ value);
}

Property Value

Type: Leadtools.Medical.Workstation.Loader.MedicalViewerLoaderBase The object which will load the series into the N:Leadtools.MedicalViewer

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also