←Select platform

DoGetImageInfoEx Method

Summary

Retrieves extended image information from a DICOM file.

Syntax

C#
VB
C++
protected abstract ImageInfoEx DoGetImageInfoEx( 
   string dicomFile, 
   string extraData 
) 
  
Protected MustOverride Function DoGetImageInfoEx( _ 
   ByVal dicomFile As String, _ 
   ByVal extraData As String _ 
) As Leadtools.Dicom.Services.Datatypes.ImageInfoEx 
protected: 
abstract Leadtools.Dicom.Services.Datatypes.ImageInfoEx^ DoGetImageInfoEx(  
   String^ dicomFile, 
   String^ extraData 
)  

Parameters

dicomFile
The physical path of the DICOM file to extract the image information from.

extraData
User custom data.

Return Value

An Leadtools.Dicom.Services.DataTypes.ImageInfoEx object containing the image information

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.Services Assembly