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



TIFF (Tagged Image File Format).

Syntax

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

Field Value

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

Requirements

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

See Also