VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Encoders Namespace / JpegEncoderSettings Class
Constructors Properties Methods Fields SeeAlso
In This Topic
    JpegEncoderSettings Class Members
    In This Topic
    The following tables list the members exposed by JpegEncoderSettings.
    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the class.
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Default encoder settings.
    Public Properties
     NameDescription
    Public PropertyGets or sets a format in which annotations must be saved.
    Public PropertyGets or sets a value indicating whether image must be copied with EXIF metadata.
    Public PropertyGets or sets a value indicating whether image must be copied with unknown application metadata.
    Public PropertyGets or sets a value indicating whether thumbnail for image must be created.
    Public PropertyGets or sets a value indicating whether JPEG file with the optimal Huffman tables must be created.
    Public PropertyGets or sets a value indicating whether image's CMYK channels should be inverted.
    Public PropertyGets or sets a value indicating whether the color subsampling is disabled.
    Public PropertyGets or sets a quality factor in percents.
    Public PropertyGets or sets quantization tables for the JPEG image.
    Public PropertyGets or sets sampling factors for the JPEG image.
    Public PropertyGets or sets a value indicating whether color images will be saved as grayscale JPEG files.
    Public PropertyGets or sets a value indicating whether image must be copied with comments.
    Public PropertyGets or sets the size of image thumbnail.
    Public Methods
     NameDescription
    Public MethodCreates a new object that is a copy of the JpegEncoderSettings instance.
    See Also