@Deprecated public class ComparisonWordsImageSettings extends ComparisonImageSettings
Image saving options for Words
Constructor and Description |
---|
ComparisonWordsImageSettings()
Deprecated.
Initializes a new instance of the
ComparisonWordsImageSettings class. |
Modifier and Type | Method and Description |
---|---|
boolean |
getHighQualityRendering()
Deprecated.
Gets or sets a value indicating whether [high quality rendering].
|
int |
getJpegQuality()
Deprecated.
Gets or sets the JPEG quality.
|
float |
getResolution()
Deprecated.
Gets or sets the resolution.
|
float |
getScale()
Deprecated.
Gets or sets the scale value for rendering image.
|
int |
getTiffCompressionType()
Deprecated.
Gets or sets the type of the tiff compression.
|
boolean |
getUseAntiAliasing()
Deprecated.
Gets or sets a value indicating whether [use anti aliasing].
|
void |
setHighQualityRendering(boolean value)
Deprecated.
Gets or sets a value indicating whether [high quality rendering].
|
void |
setJpegQuality(int value)
Deprecated.
Gets or sets the JPEG quality.
|
void |
setResolution(float value)
Deprecated.
Gets or sets the resolution.
|
void |
setScale(float value)
Deprecated.
Gets or sets the scale value for rendering image.
|
void |
setTiffCompressionType(int value)
Deprecated.
Gets or sets the type of the tiff compression.
|
void |
setUseAntiAliasing(boolean value)
Deprecated.
Gets or sets a value indicating whether [use anti aliasing].
|
getSaveFormat, resolveImageFormat, resolveSaveFormat, setSaveFormat
public ComparisonWordsImageSettings()
Initializes a new instance of the ComparisonWordsImageSettings
class.
public float getResolution()
Gets or sets the resolution. Dafault value is 95
Value: The resolution.public void setResolution(float value)
Gets or sets the resolution. Dafault value is 95
Value: The resolution.value
- the valuepublic int getJpegQuality()
Gets or sets the JPEG quality. Default is 95. Maximal value is 100
Value: The JPEG quality.public void setJpegQuality(int value)
Gets or sets the JPEG quality. Default is 95. Maximal value is 100
Value: The JPEG quality.value
- the valuepublic boolean getHighQualityRendering()
Gets or sets a value indicating whether [high quality rendering].
Value:falce
if [high quality rendering]; otherwise, true
.public void setHighQualityRendering(boolean value)
Gets or sets a value indicating whether [high quality rendering].
Value:falce
if [high quality rendering]; otherwise, true
.value
- the valuepublic boolean getUseAntiAliasing()
Gets or sets a value indicating whether [use anti aliasing].
Value:false
if [use anti aliasing]; otherwise, true
.public void setUseAntiAliasing(boolean value)
Gets or sets a value indicating whether [use anti aliasing].
Value:false
if [use anti aliasing]; otherwise, true
.value
- the valuepublic float getScale()
Gets or sets the scale value for rendering image. Default value is 1.0
Value: The scale.public void setScale(float value)
Gets or sets the scale value for rendering image. Default value is 1.0
Value: The scale.value
- the valuepublic int getTiffCompressionType()
Gets or sets the type of the tiff compression.
Value: The type of the tiff compression.public void setTiffCompressionType(int value)
Gets or sets the type of the tiff compression.
Value: The type of the tiff compression.value
- the valueCopyright © 2018. All rights reserved.