ImageGear v26.3 - Updated November 9, 2022
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