Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.8
|
Leadtools.Medical.Workstation.UI Namespace > WorkstationViewer.LoadSeriesInformation Class : Viewer Property |
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); }