VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging Namespace / WebJpeg2000EncoderSettingsJS type
Constructors SeeAlso
In This Topic
    WebJpeg2000EncoderSettingsJS Class Members
    In This Topic
    The following tables list the members exposed by WebJpeg2000EncoderSettingsJS.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the WebJpeg2000EncoderSettingsJS class.
    Methods
     NameDescription
    Public MethodCreates a new object that is a copy of the current instance.
    Public MethodGets the compression rate for the image.
    Public MethodGets the compression type, determining whether compression will be lossy or lossless.
    Public MethodGets the desired size of the compressed image in bytes.
    Public MethodGets the name of image encoder settings. (Inherited from WebImageEncoderSettingsJS)
    Public MethodGets the height in pixels of each tile.
    Public MethodGets the width in pixels of each tile.
    Public MethodGets the number of discrete wavelet transformation levels (decomposition levels).
    Public MethodSets the compression rate for the image.
    Public MethodSets the compression type, determining whether compression will be lossy or lossless.
    Public MethodSets the desired size of the compressed image in bytes.
    Public MethodSets the height in pixels of each tile.
    Public MethodSets the width in pixels of each tile.
    Public MethodSets the number of discrete wavelet transformation levels (decomposition levels).
    Public MethodReturns encoder settings as object. (Inherited from WebImageEncoderSettingsJS)
    See Also