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



J2K – Lossy or Lossless.

Syntax

Visual Basic (Declaration) 
Public Const Jpeg2000 As String
Visual Basic (Usage)Copy Code
Dim value As String
 
value = SupportedImageFormat.Jpeg2000
C# 
public const string Jpeg2000
C++/CLI 
public:
const String^ Jpeg2000

Field Value

Returns a constant System.String "image/j2k".

Requirements

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

See Also