ImageGear .NET - Updated
ImGearTIFFSubFileType Enumeration




ImageGear24.Formats.Common Assembly > ImageGear.Formats.TIF Namespace : ImGearTIFFSubFileType Enumeration
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
MemberDescription
FullResolutionImageFull resolution image.
PageOfMultipageImagePage of a multipage image.
ThumbnailThumbnail type.
Inheritance Hierarchy

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

See Also

Reference

ImageGear.Formats.TIF Namespace