←Select platform

Localizers Property

Summary

Gets a list of localizers.

Syntax

C#
VB
C++
public List<DicomSortSeriesStack> Localizers { get; set; } 
  
Public ReadOnly Property Localizers As List(Of DicomSortSeriesStack) 
             
            public: 
property List<DicomSortSeriesStack^>^ Localizers { 
   List<DicomSortSeriesStack^>^ get(); 
} 
             

Property Value

A list of DicomSortSeriesStack which represents the localizer images filtered out.

Remarks
  • The localizer is a single-slice image extracted from the 3D object having a different angle than the angle of the slices that created the 3D object
  • This property is null by default; call the Sort(list<dicomsortimagedata>) method to fill this out.
Example

For an example, refer to DicomSortSeriesStack

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.Dicom.Common Assembly