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 |
---|---|
String[] |
getComments()
Gets or sets the Jpeg comment markers.
|
void |
setComments(String[] value)
Gets or sets the Jpeg comment markers.
|
getMultiPageOptions, getPalette, getResolutionSettings, getSource, getVectorRasterizationOptions, setMultiPageOptions, setPalette, setResolutionSettings, setSource, setVectorRasterizationOptions
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.Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.