LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

Viewer Property (WorkstationViewer.LoadSeriesInformation)

Show in webframe






Gets or sets the viewer which the series is displayed on.
Syntax
public StudiesViewer Viewer {get; set;}
'Declaration
 
Public Property Viewer As StudiesViewer
'Usage
 
Dim instance As WorkstationViewer.LoadSeriesInformation
Dim value As StudiesViewer
 
instance.Viewer = value
 
value = instance.Viewer

            

            
public: __property StudiesViewer* get_Viewer();
public: __property void set_Viewer( 
   StudiesViewer* value
);
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

See Also

Reference

WorkstationViewer.LoadSeriesInformation Class
WorkstationViewer.LoadSeriesInformation Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.