C#
VB
C++
Gets a list of localizers.
public List<DicomSortSeriesStack> Localizers { get; set; }
Public ReadOnly Property Localizers As List(Of DicomSortSeriesStack)
public:
property List<DicomSortSeriesStack^>^ Localizers {
List<DicomSortSeriesStack^>^ get();
}
A list of DicomSortSeriesStack which represents the localizer images filtered out.
For an example, refer to DicomSortSeriesStack
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET