←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation.Loader Assembly