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




ImGearTIFFPredictorType Enumeration
Represents TIFF predictor types.
Syntax
'Declaration
 
Public Enum ImGearTIFFPredictorType 
   Inherits System.Enum
 
'Usage
 
Dim instance As ImGearTIFFPredictorType
Members
MemberValueDescription
HORIZ_DIFF2Horizontal differencing.
NONE1No prediction scheme used before coding.
Inheritance Hierarchy

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

See Also