ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.TIF Namespace / ImGearTIFFSubFileType Enumeration




ImGearTIFFSubFileType Enumeration
Represents TIFF subfile types.
Syntax
'Declaration
 
Public Enum ImGearTIFFSubFileType 
   Inherits System.Enum
 
'Usage
 
Dim instance As ImGearTIFFSubFileType
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