public class Jpeg2000Options extends ImageOptionsBase
The Jpeg2000 file format options.
Constructor and Description |
---|
Jpeg2000Options()
Initializes a new instance of the
Jpeg2000Options class. |
Jpeg2000Options(Jpeg2000Options jpeg2000Options)
Initializes a new instance of the
Jpeg2000Options class. |
Modifier and Type | Method and Description |
---|---|
int |
getCodec()
Gets or sets the JPEG2000 codec
|
String[] |
getComments()
Gets or sets the Jpeg comment markers.
|
int[] |
getCompressionRatios()
Gets or sets the Array of compression ratio.
|
boolean |
getIrreversible()
Gets or sets a value indicating whether use the irreversible Dwt 9-7 (true) or use lossless Dwt 5-3 compression (default).
|
XmpPacketWrapper |
getXmpData()
Gets or sets the XMP metadata container.
|
void |
setCodec(int value)
Gets or sets the JPEG2000 codec
|
void |
setComments(String[] value)
Gets or sets the Jpeg comment markers.
|
void |
setCompressionRatios(int[] value)
Gets or sets the Array of compression ratio.
|
void |
setIrreversible(boolean value)
Gets or sets a value indicating whether use the irreversible Dwt 9-7 (true) or use lossless Dwt 5-3 compression (default).
|
void |
setXmpData(XmpPacketWrapper value)
Gets or sets the XMP metadata container.
|
clone, getBufferSizeHint, getMultiPageOptions, getPalette, getProgressEventHandler, getResolutionSettings, getSource, getVectorRasterizationOptions, setBufferSizeHint, setMultiPageOptions, setPalette, setProgressEventHandler, setResolutionSettings, setSource, setVectorRasterizationOptions
dispose, getDisposed
public Jpeg2000Options()
Initializes a new instance of the Jpeg2000Options
class.
public Jpeg2000Options(Jpeg2000Options jpeg2000Options)
Initializes a new instance of the Jpeg2000Options
class.
jpeg2000Options
- The Jpeg2000 file format options to copy settings from.public XmpPacketWrapper getXmpData()
Gets or sets the XMP metadata container.
Value: The XMP data container.getXmpData
in class ImageOptionsBase
public void setXmpData(XmpPacketWrapper value)
Gets or sets the XMP metadata container.
Value: The XMP data container.setXmpData
in class ImageOptionsBase
public final String[] getComments()
Gets or sets the Jpeg comment markers.
Value: The Jpeg comment markers.public final void setComments(String[] value)
Gets or sets the Jpeg comment markers.
Value: The Jpeg comment markers.public final int getCodec()
Gets or sets the JPEG2000 codec
Value: The JPEG2000 codecpublic final void setCodec(int value)
Gets or sets the JPEG2000 codec
Value: The JPEG2000 codecpublic final int[] getCompressionRatios()
Gets or sets the Array of compression ratio. Different compression ratios for successive layers. The rate specified for each quality level is the desired compression factor. Decreasing ratios required.
Value: The compression ratios.public final void setCompressionRatios(int[] value)
Gets or sets the Array of compression ratio. Different compression ratios for successive layers. The rate specified for each quality level is the desired compression factor. Decreasing ratios required.
Value: The compression ratios.public final boolean getIrreversible()
Gets or sets a value indicating whether use the irreversible Dwt 9-7 (true) or use lossless Dwt 5-3 compression (default).
public final void setIrreversible(boolean value)
Gets or sets a value indicating whether use the irreversible Dwt 9-7 (true) or use lossless Dwt 5-3 compression (default).
Copyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.