ImageGear .NET - Updated
ImGearTIFFPredictorType Enumeration




ImageGear24.Formats.Common Assembly > ImageGear.Formats.TIF Namespace : ImGearTIFFPredictorType Enumeration
Represents TIFF predictor types.
Syntax
'Declaration
 
Public Enum ImGearTIFFPredictorType 
   Inherits System.Enum
'Usage
 
Dim instance As ImGearTIFFPredictorType
public enum ImGearTIFFPredictorType : System.Enum 
__value public enum ImGearTIFFPredictorType : public System.Enum 
public enum class ImGearTIFFPredictorType : public System.Enum 
Members
MemberDescription
HORIZ_DIFFHorizontal differencing.
NONENo prediction scheme used before coding.
Inheritance Hierarchy

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

See Also

Reference

ImageGear.Formats.TIF Namespace