@Deprecated public class ImageCompareResult extends Object implements IImageCompareResult
Modifier and Type | Method and Description |
---|---|
void |
drawRectangle(ChangeInfo change)
Deprecated.
Draws the rectangle.
|
void |
drawRectangles()
Deprecated.
Draws the rectangles.
|
void |
drawRectangles(ChangeInfo[] changes)
Deprecated.
Draws the rectangles.
|
com.aspose.ms.System.Drawing.Bitmap[] |
getBitmaps()
Deprecated.
Returns Bitmaps of result document
|
com.aspose.ms.System.Drawing.Bitmap[] |
getBitmaps(String summaryPagePath)
Deprecated.
Returns Bitmaps of result document
|
ChangeInfo[] |
getChanges()
Deprecated.
Gets all changes
|
int |
getCountOfErrors()
Deprecated.
Gets or sets the count of errors.
|
List<InputStream> |
getImages()
Deprecated.
Gets the images.
|
IPdfDocument |
getPdfDocument()
Deprecated.
Gets the document.
|
InputStream |
getStream()
Deprecated.
Gets the stream.
|
com.aspose.ms.System.IO.Stream |
getStreamInternal()
Deprecated.
|
void |
saveDocument(String path)
Deprecated.
Saves the document.
|
void |
saveImages(String folderPath)
Deprecated.
Saves the images.
|
void |
updateChanges(ChangeInfo[] changes)
Deprecated.
Applies Accepted and Rejected changes
|
public int getCountOfErrors()
Gets or sets the count of errors.
Value: The count of errors.getCountOfErrors
in interface ICompareResult
public void saveDocument(String path) throws Exception
Saves the document.
saveDocument
in interface ICompareResult
path
- The path.Exception
public void saveImages(String folderPath) throws Exception
Saves the images.
saveImages
in interface ICompareResult
folderPath
- The folder path.Exception
public InputStream getStream() throws Exception
Gets the stream.
getStream
in interface ICompareResult
Exception
public com.aspose.ms.System.IO.Stream getStreamInternal() throws Exception
Exception
public List<InputStream> getImages() throws Exception
Gets the images.
getImages
in interface ICompareResult
Exception
public ChangeInfo[] getChanges()
Gets all changes
getChanges
in interface ICompareResult
public void updateChanges(ChangeInfo[] changes) throws Exception
Applies Accepted and Rejected changes
updateChanges
in interface ICompareResult
changes
- Exception
public IPdfDocument getPdfDocument() throws Exception
Gets the document.
getPdfDocument
in interface IImageCompareResult
Exception
public com.aspose.ms.System.Drawing.Bitmap[] getBitmaps() throws Exception
Returns Bitmaps of result document
Exception
public com.aspose.ms.System.Drawing.Bitmap[] getBitmaps(String summaryPagePath) throws Exception
Returns Bitmaps of result document
getBitmaps
in interface IImageCompareResult
summaryPagePath
- Exception
public void drawRectangles() throws Exception
Draws the rectangles.
drawRectangles
in interface IImageCompareResult
Exception
public void drawRectangles(ChangeInfo[] changes) throws Exception
Draws the rectangles.
drawRectangles
in interface IImageCompareResult
changes
- The changes.Exception
public void drawRectangle(ChangeInfo change) throws Exception
Draws the rectangle.
drawRectangle
in interface IImageCompareResult
change
- The change.Exception
Copyright © 2018. All rights reserved.