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




Gets or sets the viewer which the series is displayed on.

Syntax

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

Property Value

Type: StudiesViewer The viewer which the series is displayed on.

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