LEADTOOLS Medical (Leadtools.Dicom.Web assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.25
ImageInfo Class
See Also  Members  
Leadtools.Dicom.Web Namespace : ImageInfo Class



The image information returned from the WCF Service.

Object Model

ImageInfo Class

Syntax

Visual Basic (Declaration) 
<DebuggerStepThroughAttribute()>
<DataContractAttribute()>
<KnownTypeAttribute(MethodName="", Type=Leadtools.Dicom.Web.ImageInfoEx)>
<SerializableAttribute()>
Public Class ImageInfo 
   Implements INotifyPropertyChangedIExtensibleDataObject 
Visual Basic (Usage)Copy Code
Dim instance As ImageInfo
C# 
[DebuggerStepThroughAttribute()]
[DataContractAttribute()]
[KnownTypeAttribute(MethodName="", Type=Leadtools.Dicom.Web.ImageInfoEx)]
[SerializableAttribute()]
public class ImageInfo : INotifyPropertyChangedIExtensibleDataObject  
C++/CLI 
[DebuggerStepThroughAttribute()]
[DataContractAttribute()]
[KnownTypeAttribute(MethodName="", Type=Leadtools.Dicom.Web.ImageInfoEx)]
[SerializableAttribute()]
public ref class ImageInfo : public INotifyPropertyChangedIExtensibleDataObject  

Inheritance Hierarchy

System.Object
   Leadtools.Dicom.Web.ImageInfo

Requirements

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

See Also