@Deprecated public class ComparisonPdfImageSettings extends ComparisonImageSettings
Image saving settings for PDF document
Constructor and Description |
---|
ComparisonPdfImageSettings()
Deprecated.
Initializes a new instance of the
ComparisonPdfImageSettings class. |
Modifier and Type | Method and Description |
---|---|
int |
getQuality()
Deprecated.
Gets or sets the quality of saved image.
|
int |
getResolution()
Deprecated.
Gets or sets the resolution for image in DPI.
|
int |
getTiffCompressionType()
Deprecated.
Gets or sets the type of the tiff compression.
|
int |
mapPdfTiffCompression()
Deprecated.
Map pdf tiff compression int.
|
void |
setQuality(int value)
Deprecated.
Gets or sets the quality of saved image.
|
void |
setResolution(int value)
Deprecated.
Gets or sets the resolution for image in DPI.
|
void |
setTiffCompressionType(int value)
Deprecated.
Gets or sets the type of the tiff compression.
|
getSaveFormat, resolveImageFormat, resolveSaveFormat, setSaveFormat
public ComparisonPdfImageSettings()
Initializes a new instance of the ComparisonPdfImageSettings
class.
public int getResolution()
Gets or sets the resolution for image in DPI.
Value: The resolution.public void setResolution(int value)
Gets or sets the resolution for image in DPI.
Value: The resolution.value
- the valuepublic int getQuality()
Gets or sets the quality of saved image. Value can be more than 0 and less than 100
Value: The quality.public void setQuality(int value)
Gets or sets the quality of saved image. Value can be more than 0 and less than 100
Value: The quality.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 valuepublic int mapPdfTiffCompression()
Copyright © 2018. All rights reserved.