VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Encoders Namespace / Jpeg2000EncoderSettings Class
Constructors Properties Methods SeeAlso
In This Topic
    Jpeg2000EncoderSettings Class Members
    In This Topic
    The following tables list the members exposed by Jpeg2000EncoderSettings.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the Jpeg2000EncoderSettings class.
    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).
    Public Methods
     NameDescription
    Public MethodCreates a new object that is a copy of the current instance.
    See Also