| Package | Description |
|---|---|
| com.aspose.drawing.imaging |
| Modifier and Type | Field and Description |
|---|---|
static Encoder |
Encoder.CHROMINANCE_TABLE
An
Encoder object that is initialized with the globally unique identifier
for the chrominance table parameter category. |
static Encoder |
Encoder.COLOR_DEPTH
An
Encoder object that is initialized with the globally unique identifier for the color depth
parameter category. |
static Encoder |
Encoder.COMPRESSION
An
Encoder object that is initialized with the globally unique identifier for the compression
parameter category. |
static Encoder |
Encoder.LUMINANCE_TABLE
Represents an
Encoder object that is initialized with the globally unique identifier
for the luminance table parameter category. |
static Encoder |
Encoder.QUALITY
Represents an
Encoder object that is initialized with the globally unique identifier
for the quality parameter category. |
static Encoder |
Encoder.RENDER_METHOD
Represents an
Encoder object that is initialized with the globally unique identifier
for the render method parameter category. |
static Encoder |
Encoder.SAVE_FLAG
Represents an
Encoder object that is initialized with the globally unique identifier
for the save flag parameter category. |
static Encoder |
Encoder.SCAN_METHOD
Represents an
Encoder object that is initialized with the globally unique identifier for the scan method
parameter category. |
static Encoder |
Encoder.TRANSFORMATION
Represents an
Encoder object that is initialized with the globally unique identifier
for the transformation parameter category. |
static Encoder |
Encoder.VERSION
Represents an
Encoder object that is initialized with the globally unique identifier
for the version parameter category. |
| Modifier and Type | Method and Description |
|---|---|
Encoder |
EncoderParameter.getEncoder()
Gets or sets the
Encoder(EncoderParameter.getEncoder()/EncoderParameter.setEncoder(Encoder)) object associated with this EncoderParameter object. |
| Modifier and Type | Method and Description |
|---|---|
void |
EncoderParameter.setEncoder(Encoder value)
Gets or sets the
Encoder(EncoderParameter.getEncoder()/EncoderParameter.setEncoder(Encoder)) object associated with this EncoderParameter object. |
| Constructor and Description |
|---|
EncoderParameter(Encoder encoder,
byte value)
Initializes a new instance of the
EncoderParameter class with the specified Encoder(EncoderParameter.getEncoder()/EncoderParameter.setEncoder(Encoder)) object
and one unsigned 8-bit integer. |
EncoderParameter(Encoder encoder,
byte[] value)
Initializes a new instance of the
EncoderParameter class with the specified
Encoder(EncoderParameter.getEncoder()/EncoderParameter.setEncoder(Encoder)) object and an array of unsigned 8-bit integers. |
EncoderParameter(Encoder encoder,
byte[] value,
boolean undefined)
Initializes a new instance of the
EncoderParameter class with the specified
Encoder(EncoderParameter.getEncoder()/EncoderParameter.setEncoder(Encoder)) object and an array of bytes. |
EncoderParameter(Encoder encoder,
byte value,
boolean undefined)
Initializes a new instance of the
EncoderParameter class with the specified
Encoder(EncoderParameter.getEncoder()/EncoderParameter.setEncoder(Encoder)) object and one 8-bit value. |
EncoderParameter(Encoder encoder,
int[] numerator,
int[] denominator)
Initializes a new instance of the
EncoderParameter class with the specified
Encoder(EncoderParameter.getEncoder()/EncoderParameter.setEncoder(Encoder)) object and two arrays of 32-bit integers. |
EncoderParameter(Encoder encoder,
int[] numerator1,
int[] denominator1,
int[] numerator2,
int[] denominator2)
Initializes a new instance of the
EncoderParameter class with the specified
Encoder(EncoderParameter.getEncoder()/EncoderParameter.setEncoder(Encoder)) object and four arrays of 32-bit integers. |
EncoderParameter(Encoder encoder,
int numerator,
int denominator)
Initializes a new instance of the
EncoderParameter class with the specified
##System object and a pair of 32-bit integers. |
EncoderParameter(Encoder encoder,
int numberOfValues,
int type,
int value)
Initializes a new instance of the
EncoderParameter class with the specified
Encoder(EncoderParameter.getEncoder()/EncoderParameter.setEncoder(Encoder)) object and three integers that specify the number of values, the data type of the values,
and a pointer to the values stored in the EncoderParameter object. |
EncoderParameter(Encoder encoder,
int numerator1,
int demoninator1,
int numerator2,
int demoninator2)
Initializes a new instance of the
EncoderParameter class with the specified
Encoder(EncoderParameter.getEncoder()/EncoderParameter.setEncoder(Encoder)) object and four, 32-bit integers. |
EncoderParameter(Encoder encoder,
long value)
Initializes a new instance of the
EncoderParameter class with the specified
Encoder(EncoderParameter.getEncoder()/EncoderParameter.setEncoder(Encoder)) object and one 64-bit integer. |
EncoderParameter(Encoder encoder,
long[] value)
Initializes a new instance of the
EncoderParameter class with the specified
Encoder(EncoderParameter.getEncoder()/EncoderParameter.setEncoder(Encoder)) object and an array of 64-bit integers. |
EncoderParameter(Encoder encoder,
long[] rangebegin,
long[] rangeend)
Initializes a new instance of the
EncoderParameter class with the specified
Encoder(EncoderParameter.getEncoder()/EncoderParameter.setEncoder(Encoder)) object and two arrays of 64-bit integers. |
EncoderParameter(Encoder encoder,
long rangebegin,
long rangeend)
Initializes a new instance of the
EncoderParameter class with the specified
Encoder(EncoderParameter.getEncoder()/EncoderParameter.setEncoder(Encoder)) object and a pair of 64-bit integers. |
EncoderParameter(Encoder encoder,
short value)
Initializes a new instance of the
EncoderParameter class with the specified
Encoder(EncoderParameter.getEncoder()/EncoderParameter.setEncoder(Encoder)) object and one, 16-bit integer. |
EncoderParameter(Encoder encoder,
short[] value)
Initializes a new instance of the
EncoderParameter class with the specified
Encoder(EncoderParameter.getEncoder()/EncoderParameter.setEncoder(Encoder)) object and an array of 16-bit integers. |
EncoderParameter(Encoder encoder,
String value)
Initializes a new instance of the
EncoderParameter class with the specified
Encoder(EncoderParameter.getEncoder()/EncoderParameter.setEncoder(Encoder)) object and a character string. |
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.