VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Encoders Namespace / Jpeg2000EncoderSettings Class
In This Topic
    Jpeg2000EncoderSettings Class Properties
    In This Topic
    For a list of all properties of this type, see Jpeg2000EncoderSettings.
    Public Properties
     NameDescription
    Public PropertyGets or sets the compression rate for the image.
    Public PropertyGets or sets the compression type, determining whether compression will be lossy or lossless.
    Public PropertyGets or sets a value indicating whether the alpha channel must be encoded, if exists, within the palette of a palettized input image.
    Public PropertyGets or sets the format in which Jpeg2000 file will be saved.
    Public PropertyGets or sets desired size of the compressed image in bytes.
    Public PropertyGets or sets the organization of the compressed data in the codestream.
    Public PropertyGets or sets array of values corresponding to relative qualities of each layer; the number of elements in this array defines the number of layers.
    Public PropertyGets or sets the height in pixels of each tile.
    Public PropertyGets or sets the width in pixels of each tile.
    Public PropertyGets or sets the number of discrete wavelet transformation levels (decomposition levels).
    See Also