Error processing SSI file
LEADTOOLS Medical (Leadtools.Dicom.Web assembly)

Show in webframe

Cells Property






Gets the Leadtools.MedicalViewer.MedicalViewerMultiCell controls which the series images are displayed in.
Syntax
public MedicalViewerMultiCell[] Cells {get;}
'Declaration
 
Public ReadOnly Property Cells As MedicalViewerMultiCell()
'Usage
 
Dim instance As FullSeriesImagesStreamedEventArgs
Dim value() As MedicalViewerMultiCell
 
value = instance.Cells

            

            
public:
property array<MedicalViewerMultiCell^>^ Cells {
   array<MedicalViewerMultiCell^>^ get();
}

Property Value

The Leadtools.MedicalViewer.MedicalViewerMultiCell controls which the series images are displayed in.
Example
Refer to the Medical Web Viewer demo in the WorkstationWebViewer project.
Requirements

Target Platforms

See Also

Reference

FullSeriesImagesStreamedEventArgs Class
FullSeriesImagesStreamedEventArgs Members

Error processing SSI file