Visual Basic (Declaration) | |
---|---|
Public Property MixedSeriesCellDisplay As DisplayMode |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public DisplayMode MixedSeriesCellDisplay {get; set;} |
C++/CLI | |
---|---|
public: property DisplayMode MixedSeriesCellDisplay { DisplayMode get(); void set (DisplayMode value); } |
Return Value
A DisplayMode value which specify how a series images will be represented and displayed in the MedicalViewer control. Default value DisplayMode.AllWhen calling the StartSeriesStreaming some series may contain multiple multi frame images or a mix of single and multi frame images, those images could be displayed in different ways.
For example, if the requested series contains A and B multi frame images and C and D single frame images then the options for displaying such type of series are:
- Display all the multi-frame and single frame images in one cell sequentally, A, B, C, D.
- Display only the multi-frame images in separate cells, two cells will be created to display the A and B images.
- Display onlt the single frame images in a single cell, one cell will be created for all the single frame images which are C and D.
- Any combination of the above will be valid, display multi-frame images in separate cells and single frame images in their own cell and/or create a cell to display all the images frames in a dedicated cell.
For more information about the values and combination for this property refer to DisplayMode enumeration.
Note that this property only apply when the series contains multiple multi frame or a mix of multi-frame and singel frame images, with regular series which only contains either a single multi-frame images or multiple single frame images there will be always once cell to display the images.
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family