PropertyImageInfo Property

Summary

Gets the property image info.

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

Property Value

The property image info.

Remarks

Any PropertyInfo objects added to this list will be associated with the DICOM element property.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly