ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.TIF Namespace / ImGearTIFFSubFileType Enumeration




In This Topic
    ImGearTIFFSubFileType Enumeration
    In This Topic
    Represents TIFF subfile types.
    Syntax
    'Declaration
     
    Public Enum ImGearTIFFSubFileType 
       Inherits System.Enum
    'Usage
     
    Dim instance As ImGearTIFFSubFileType
    public enum ImGearTIFFSubFileType : System.Enum 
    __value public enum ImGearTIFFSubFileType : public System.Enum 
    public enum class ImGearTIFFSubFileType : public System.Enum 
    Members
    MemberValueDescription
    FullResolutionImage1Full resolution image.
    PageOfMultipageImage3Page of a multipage image.
    Thumbnail2Thumbnail type.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ImageGear.Formats.TIF.ImGearTIFFSubFileType

    See Also