Package com.deltaxml.pdfcompare.config
Class ImageConfiguration
java.lang.Object
com.deltaxml.pdfcompare.config.ImageConfiguration
Specifies configuration options for Image comparison. These configuration options can be specified on a
PDFCompare to configure its behavior when comparing PDFs with images.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets whether Image comparison is enabled.voidsetEnabled(boolean enable) Sets whether to use Image comparison.
-
Constructor Details
-
ImageConfiguration
public ImageConfiguration()Initializes a new emptyImageConfigurationinstance.
-
-
Method Details
-
setEnabled
public void setEnabled(boolean enable) Sets whether to use Image comparison.- Parameters:
enable- sets whether to use image comparison.
-
isEnabled
public boolean isEnabled()Gets whether Image comparison is enabled.- Returns:
- a boolean showing whether Image comparison is enabled.
-