Leadtools.Dicom.Services Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.25
ImageInfoEx Class
See Also  Members  
Leadtools.Dicom.Services.DataTypes Namespace : ImageInfoEx Class



Extended image information returned from the WCF Service.

Object Model

ImageInfoEx Class

Syntax

Visual Basic (Declaration) 
<DataContractAttribute()>
Public Class ImageInfoEx 
   Inherits ImageInfo
Visual Basic (Usage)Copy Code
Dim instance As ImageInfoEx
C# 
[DataContractAttribute()]
public class ImageInfoEx : ImageInfo 
C++/CLI 
[DataContractAttribute()]
public ref class ImageInfoEx : public ImageInfo 

Example

Please check our Medical Web Viewer demo, located in DICOMServicescs.csproj project.

Inheritance Hierarchy

System.Object
   Leadtools.Dicom.Services.DataTypes.ImageInfo
      Leadtools.Dicom.Services.DataTypes.ImageInfoEx

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also