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



Contains the values for the supported image formats "mime type" that can be streamed.

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 

Remarks

These values can used to set the ImageFormat.Format property.

Inheritance Hierarchy

System.Object
   Leadtools.Dicom.Web.SupportedImageFormat

Requirements

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

See Also