@Deprecated public class ComparisonCellsImageSettings extends ComparisonImageSettings
Constructor and Description |
---|
ComparisonCellsImageSettings()
Deprecated.
Initializes a new instance of the
ComparisonCellsImageSettings class. |
Modifier and Type | Method and Description |
---|---|
int |
getHorizontalResolution()
Deprecated.
Gets or sets the horizontal resolution in dpi.
|
boolean |
getOnePagePerSheet()
Deprecated.
Gets or sets a value indicating whether you can save a sheet in one image.
|
int |
getQuality()
Deprecated.
Gets or sets the quality.
|
int |
getTiffCompressionType()
Deprecated.
Gets or sets the type of the tiff compression.
|
int |
getVerticalResolution()
Deprecated.
Gets or sets the vertical resolution in dpi.
|
void |
setHorizontalResolution(int value)
Deprecated.
Gets or sets the horizontal resolution in dpi.
|
void |
setOnePagePerSheet(boolean value)
Deprecated.
Gets or sets a value indicating whether you can save a sheet in one image.
|
void |
setQuality(int value)
Deprecated.
Gets or sets the quality.
|
void |
setTiffCompressionType(int value)
Deprecated.
Gets or sets the type of the tiff compression.
|
void |
setVerticalResolution(int value)
Deprecated.
Gets or sets the vertical resolution in dpi.
|
getSaveFormat, resolveImageFormat, resolveSaveFormat, setSaveFormat
public ComparisonCellsImageSettings()
Initializes a new instance of the ComparisonCellsImageSettings
class.
public int getQuality()
Gets or sets the quality.
Value: The quality.public void setQuality(int value)
Gets or sets the quality.
Value: The quality.value
- the valuepublic int getVerticalResolution()
Gets or sets the vertical resolution in dpi.
Value: The vertical dpi.public void setVerticalResolution(int value)
Gets or sets the vertical resolution in dpi.
Value: The vertical dpi.value
- the valuepublic int getHorizontalResolution()
Gets or sets the horizontal resolution in dpi.
Value: The horizontal dpi.public void setHorizontalResolution(int value)
Gets or sets the horizontal resolution in dpi.
Value: The horizontal dpi.value
- the valuepublic boolean getOnePagePerSheet()
Gets or sets a value indicating whether you can save a sheet in one image. Default value is false
Value:true
if [one sheet per image]; otherwise, false
.public void setOnePagePerSheet(boolean value)
Gets or sets a value indicating whether you can save a sheet in one image. Default value is false
Value:true
if [one sheet per image]; otherwise, false
.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.