DisplayMode Enumeration

Summary
Specifies the cells to be created and the type of images they will contain.
Syntax
C#
VB
C++
[FlagsAttribute()] 
public enum DisplayMode 
  
<FlagsAttribute()> 
Public Enum DisplayMode  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
[FlagsAttribute()] 
public enum class DisplayMode : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   
Members
ValueMemberDescription
0x00000000NoneNo cells will be displayed in the ViewerControl.
0x00000001FullSeriesCellDisplays the cell which contains all the series images frames. This will always be the first cell in the series.
0x00000002MultiFrameCellDisplays the cells(s) which contain images with multi-frames.
0x00000004SingleFrameCellDisplays the cell which contains the single frame images. This will always be the last cell in the series.
0x00000008AllDisplays all combinations of cells (FullSeriesCell + MultiFrameCell + SingleFrameCell).
Remarks

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

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation.Loader Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.