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



Provides constants to identify the image's format supported by the server.

Object Model

SupportedImageFormat Class

Syntax

Visual Basic (Declaration) 
Public MustInherit NotInheritable Class SupportedImageFormat 
Visual Basic (Usage)Copy Code
Dim instance As SupportedImageFormat
C# 
public static class SupportedImageFormat 
C++/CLI 
public ref class SupportedImageFormat abstract sealed 

Example

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

Inheritance Hierarchy

System.Object
   Leadtools.Dicom.Services.DataTypes.SupportedImageFormat

Requirements

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

See Also