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



TIFF with JPEG 2000 compression.

Syntax

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

Field Value

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

Requirements

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

See Also