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.
|
void |
setCodec(int value)
Gets or sets the JPEG2000 codec
|
void |
setComments(String[] value)
Gets or sets the Jpeg comment markers.
|
getMultiPageOptions, getPalette, getResolutionSettings, getSource, getVectorRasterizationOptions, getXmpData, setMultiPageOptions, setPalette, setResolutionSettings, setSource, setVectorRasterizationOptions, setXmpData
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 String[] getComments()
Gets or sets the Jpeg comment markers.
Value: The Jpeg comment markers.public void setComments(String[] value)
Gets or sets the Jpeg comment markers.
Value: The Jpeg comment markers.public int getCodec()
Gets or sets the JPEG2000 codec
Value: The JPEG2000 codecpublic void setCodec(int value)
Gets or sets the JPEG2000 codec
Value: The JPEG2000 codecCopyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.