ImageGear .NET - Updated
ImGearTIFFNewSubFileTypeMasks Enumeration




ImageGear24.Formats.Common Assembly > ImageGear.Formats.TIF Namespace : ImGearTIFFNewSubFileTypeMasks Enumeration
Represents TIFF New Subfile Type masks.
Syntax
'Declaration
 
Public Enum ImGearTIFFNewSubFileTypeMasks 
   Inherits System.Enum
'Usage
 
Dim instance As ImGearTIFFNewSubFileTypeMasks
public enum ImGearTIFFNewSubFileTypeMasks : System.Enum 
__value public enum ImGearTIFFNewSubFileTypeMasks : public System.Enum 
public enum class ImGearTIFFNewSubFileTypeMasks : public System.Enum 
Members
MemberDescription
AlphaThe image defines a transparency mask for another image in this TIFF file.
PageOfMultipageImageThe image is a single page of a multi-page image.
ThumbnailThe 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

Reference

ImageGear.Formats.TIF Namespace