Leadtools.Dicom.Web Requires Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
DisplayMode Enumeration
See Also  
Leadtools.Dicom.Web Namespace : DisplayMode Enumeration



Specify which cells to be created and what type of images they contain.

Syntax

Visual Basic (Declaration) 
<FlagsAttribute()>
Public Enum DisplayMode 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As DisplayMode
C# 
[FlagsAttribute()]
public enum DisplayMode : Enum 
C++/CLI 
[FlagsAttribute()]
public enum class DisplayMode : public Enum 

Members

MemberDescription
None No cells will be displayed in the ViewerControl.
FullSeriesCell Display the cell which contains all the series images frames, this will always be the first cell in the series.
MultiFrameCell Display the cells(s) which contain images with multi-frames.
SingleFrameCell Display the cell which contain the single frame images, this will always be the last cell in the series.
All Display all combination of cells (FullSeriesCell + MultiFrameCell + SingleFrameCell)

Remarks

This is a FlagsAttribute enumeration which means you can perform bitwise OR operation between the values to combine and generate different type of cells.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Dicom.Web.DisplayMode

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family, Windows Server 2008 family

See Also

DisplayMode requires a Web Viewer Framework Module license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features