Auto Property

Summary
Gets or sets a value indicating whether the series display is determined automatically.
Syntax
C#
VB
C++
public bool Auto { get; set; } 
  
Public Property Auto As Boolean 
public: 
property bool Auto { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

A value indicating whether the series display is determined automatically.

Remarks

If this value is true, automatic display is decided based on the number of frames in the cell. If more than one frame is loaded into the Leadtools.MedicalViewer.MedicalViewerCell, the cell display (Rows/Columns) will be 2x2; otherwise 1x1.

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.