LEADTOOLS Medical (Leadtools.MedicalViewer assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.31
Localizers Property
See Also 
Leadtools.MedicalViewer Namespace > MedicalViewerSeriesManager Class : Localizers Property



(Read only) Gets a list of localizers.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Localizers As List(Of MedicalViewerSeriesLocalizer)
Visual Basic (Usage)Copy Code
Dim instance As MedicalViewerSeriesManager
Dim value As List(Of MedicalViewerSeriesLocalizer)
 
value = instance.Localizers
C# 
public List<MedicalViewerSeriesLocalizer> Localizers {get;}
C++/CLI 
public:
property List<MedicalViewerSeriesLocalizer^>^ Localizers {
   List<MedicalViewerSeriesLocalizer^>^ get();
}

Property Value

a list of MedicalViewerSeriesLocalizer which represents the localizer images filtered out.

Example

For an example, refer to MedicalViewerSeriesStack

Remarks

  • The localizer is a single slice image extracted from the 3D object with angle different than the angle of the slices that created the 3D object
  • this property is null by default, you should call the method MedicalViewerSeriesManager.Sort to fill this out.

Requirements

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

See Also

Leadtools.MedicalViewer requires a Medical Imaging license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features