C#
VB
C++
Gets the property image info.
public List<PropertyImageInfo> PropertyImageInfo { get; }
Public ReadOnly Property PropertyImageInfo As List(Of PropertyImageInfo)
public:
property List<PropertyImageInfo^>^ PropertyImageInfo {
List<PropertyImageInfo^>^ get();
}
The property image info.
Any PropertyInfo objects added to this list will be associated with the DICOM element property.
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