@Deprecated public class ComparisonDjvuImage extends Object implements IComparisonDjvuImage
DjVu image
Constructor and Description |
---|
ComparisonDjvuImage(InputStream djvuStream)
Deprecated.
Initializes a new instance of the
ComparisonDjvuImage class. |
ComparisonDjvuImage(String djvuFilePath)
Deprecated.
Initializes a new instance of the
ComparisonDjvuImage class. |
Modifier and Type | Method and Description |
---|---|
IImageCompareResult |
compareWith(IComparisonDjvuImage targetDocument,
ImagingComparisonSettings settings)
Deprecated.
|
IImageCompareResult |
compareWith(com.groupdocs.comparison.imaging.contracts.IComparisonImage targetDocument,
ImagingComparisonSettings settings)
Deprecated.
Compares the with.
|
void |
dispose()
Deprecated.
Releases unmanaged and - optionally - managed resources.
|
Object |
getAsposeObject()
Deprecated.
|
int |
getChangeType()
Deprecated.
Gets or sets the type of the change.
|
double |
getDocumentStreamLength()
Deprecated.
Gets the length of the document stream.
|
void |
save(String path,
int format)
Deprecated.
Saves the specified path.
|
void |
setChangeType(int value)
Deprecated.
Gets or sets the type of the change.
|
public ComparisonDjvuImage(String djvuFilePath)
Initializes a new instance of the ComparisonDjvuImage
class.
djvuFilePath
- The DjVu file path.public ComparisonDjvuImage(InputStream djvuStream)
Initializes a new instance of the ComparisonDjvuImage
class.
djvuStream
- The DjVu stream.public double getDocumentStreamLength()
Gets the length of the document stream.
getDocumentStreamLength
in interface com.groupdocs.comparison.imaging.contracts.IComparisonImage
public int getChangeType()
Gets or sets the type of the change.
Value: The type of the change.getChangeType
in interface IComparisonNode
public void setChangeType(int value)
Gets or sets the type of the change.
Value: The type of the change.setChangeType
in interface IComparisonNode
public Object getAsposeObject()
@Deprecated public IImageCompareResult compareWith(IComparisonDjvuImage targetDocument, ImagingComparisonSettings settings)
Compares the with.
compareWith
in interface IComparisonDjvuImage
targetDocument
- The target document.settings
- The settings.public void save(String path, int format)
Saves the specified path.
save
in interface com.groupdocs.comparison.imaging.contracts.IComparisonImage
path
- The path.format
- The format.public IImageCompareResult compareWith(com.groupdocs.comparison.imaging.contracts.IComparisonImage targetDocument, ImagingComparisonSettings settings) throws Exception
Compares the with.
compareWith
in interface com.groupdocs.comparison.imaging.contracts.IComparisonImage
targetDocument
- The target document.settings
- The settings.Exception
public void dispose()
Releases unmanaged and - optionally - managed resources.
dispose
in interface com.aspose.ms.System.IDisposable
Copyright © 2018. All rights reserved.