Leadtools.Dicom Namespace > DicomDataSet Class : GetImageInformation Method |
public DicomImageInformation GetImageInformation( DicomElement element, int index )
'Declaration Public Function GetImageInformation( _ ByVal element As DicomElement, _ ByVal index As Integer _ ) As DicomImageInformation
'Usage Dim instance As DicomDataSet Dim element As DicomElement Dim index As Integer Dim value As DicomImageInformation value = instance.GetImageInformation(element, index)
public DicomImageInformation GetImageInformation( DicomElement element, int index )
ObjectiveC Syntax
public: DicomImageInformation^ GetImageInformation( DicomElement^ element, int index )
If the DICOM file is DicomClassType.BasicDirectory , the file may contain more than one Pixel Data Element. In this case you must specify in the element parameter the Pixel Data Element from which to get the image information.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2