LEADTOOLS Windows Forms (Leadtools.WinForms.CommonDialogs.File assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
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 System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As RasterDialogTiff24SubTypesIndex
C# 
public enum RasterDialogTiff24SubTypesIndex : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class RasterDialogTiff24SubTypesIndex : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
CmpSub-type index for Cmp Tiff
CmwSub-type index for LEAD CMW
Jpeg2000StreamSub-type index for JPEG 2000 Stream Tiff
JpegYCbCr411Sub-type index for Jpeg YCbCr411 Tiff
JpegYCbCr422Sub-type index for Jpeg YCbCr422 Tiff
JpegYCbCr444Sub-type index for Jpeg YCbCr444 Tiff
LeadMrcSub-type index for LEAD Mrc Tiff
LosslessJpegSub-type index for Lossless Jpeg Tiff
LzwCmykSub-type index for Lzw Cmyk Tiff
LzwRgbSub-type index for Lzw Rgb Tiff
LzwYCbCrSub-type index for Lzw YCbCr Tiff
MrcSub-type index for Mrc Tiff
PackbitsCmykSub-type index for Packbits Cmyk Tiff
PackbitsRgbSub-type index for Packbits Rgb Tiff
PackbitsYCbCrSub-type index for Packbits YCbCr Tiff
ProgressiveCmpSub-type index for Progressive Cmp Tiff
UncompressedCmykSub-type index for Uncompressed Cmyk Tiff
UncompressedRgbSub-type index for Uncompressed Rgb Tiff
UncompressedYCbCrSub-type index for Uncompressed YCbCr 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 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also