ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.TIF Namespace / ImGearTIFFPredictorType Enumeration




In This Topic
    ImGearTIFFPredictorType Enumeration
    In This Topic
    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
    MemberValueDescription
    HORIZ_DIFF2Horizontal differencing.
    NONE1No prediction scheme used before coding.
    Inheritance Hierarchy

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

    See Also