Leadtools.WinForms.CommonDialogs.File Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
RasterDialogTiff24SubTypesIndex Enumeration
See Also  
Leadtools.WinForms.CommonDialogs.File Namespace : RasterDialogTiff24SubTypesIndex Enumeration



Tiff 24 bit sub types Index, for RasterDialogFileTypesIndex.Tiff file type index RasterDialogFileTypesIndex.

Syntax

Visual Basic (Declaration) 
Public Enum RasterDialogTiff24SubTypesIndex 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As RasterDialogTiff24SubTypesIndex
C# 
public enum RasterDialogTiff24SubTypesIndex : Enum 
C++/CLI 
public enum class RasterDialogTiff24SubTypesIndex : public Enum 

Members

MemberDescription
UncompressedRgb Sub-type index for Uncompressed Rgb Tiff
UncompressedCmyk Sub-type index for Uncompressed Cmyk Tiff
UncompressedYCbCr Sub-type index for Uncompressed YCbCr Tiff
PackbitsRgb Sub-type index for Packbits Rgb Tiff
PackbitsCmyk Sub-type index for Packbits Cmyk Tiff
PackbitsYCbCr Sub-type index for Packbits YCbCr Tiff
JpegYCbCr444 Sub-type index for Jpeg YCbCr444 Tiff
JpegYCbCr422 Sub-type index for Jpeg YCbCr422 Tiff
JpegYCbCr411 Sub-type index for Jpeg YCbCr411 Tiff
LosslessJpeg Sub-type index for Lossless Jpeg Tiff
LzwRgb Sub-type index for Lzw Rgb Tiff
LzwCmyk Sub-type index for Lzw Cmyk Tiff
LzwYCbCr Sub-type index for Lzw YCbCr Tiff
Cmp Sub-type index for Cmp Tiff
ProgressiveCmp Sub-type index for Progressive Cmp Tiff
Jpeg2000Stream Sub-type index for JPEG 2000 Stream Tiff
Cmw Sub-type index for LEAD CMW
LeadMrc Sub-type index for LEAD Mrc Tiff
Mrc Sub-type index for Mrc Tiff

Example

Refer to RasterSaveDialog example.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.WinForms.CommonDialogs.File.RasterDialogTiff24SubTypesIndex

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also