ImageGear v26.5 - Updated March 3, 2025
ImageGear.Core Assembly / ImageGear.Formats.TIF Namespace / ImGearTIFFNewSubFileTypeMasks Enumeration




ImGearTIFFNewSubFileTypeMasks Enumeration
Represents TIFF New Subfile Type masks.
Syntax
'Declaration
 
Public Enum ImGearTIFFNewSubFileTypeMasks 
   Inherits System.Enum
 
'Usage
 
Dim instance As ImGearTIFFNewSubFileTypeMasks
Members
MemberValueDescription
Alpha4The image defines a transparency mask for another image in this TIFF file.
PageOfMultipageImage2The image is a single page of a multi-page image.
Thumbnail1The image is a reduced-resolution version of another image in this TIFF file.
Inheritance Hierarchy

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

See Also