LEADTOOLS Windows Forms (Leadtools.WinForms.CommonDialogs.File assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
RasterDialogTifx1SubTypesIndex Enumeration
See Also  
Leadtools.WinForms.CommonDialogs.File Namespace : RasterDialogTifx1SubTypesIndex Enumeration



Tifx 1 bit sub types Index, for RasterDialogFileTypesIndex.Tifx file type index RasterDialogFileTypesIndex.

Syntax

Visual Basic (Declaration) 
Public Enum RasterDialogTifx1SubTypesIndex 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As RasterDialogTifx1SubTypesIndex
C# 
public enum RasterDialogTifx1SubTypesIndex : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class RasterDialogTifx1SubTypesIndex : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
CcittG31DSub-type index for Ccitt G3 1D in Tifx 1 bits
CcittG32DSub-type index for Ccitt G3 2D in Tifx 1 bits
CcittG4Sub-type index for Ccitt G4 in Tifx 1 bits
JbigSub-type index for Jbig in Tifx 1 bits

Example

Refer to RasterSaveDialog example.

Inheritance Hierarchy

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

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