ImageGear v26.5 - Updated
ImageGear.Core Assembly / ImageGear.Formats.JPG Namespace / ImGearJpegSaveType Enumeration




In This Topic
    ImGearJpegSaveType Enumeration
    In This Topic
    Represents JPEG save types.
    Syntax
    'Declaration
     
    Public Enum ImGearJpegSaveType 
       Inherits System.Enum
    'Usage
     
    Dim instance As ImGearJpegSaveType
    public enum ImGearJpegSaveType : System.Enum 
    __value public enum ImGearJpegSaveType : public System.Enum 
    public enum class ImGearJpegSaveType : public System.Enum 
    Members
    MemberValueDescription
    Lossless1 JPEG lossless format.
    Lossy0 JPEG lossy format.
    Progressive2 JPEG progressive format.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ImageGear.Formats.JPG.ImGearJpegSaveType

    See Also