Aspose::Pdf::Comparison::ImagesDifference class
Contents
[
Hide
]ImagesDifference class
Represents the result class of comparing two PDF pages.
class ImagesDifference : public System::IDisposable
Methods
| Method | Description |
|---|---|
| DifferenceToImage(System::SharedPtr<Color>, System::SharedPtr<Color>) | Converts the difference array to a bitmap image using the specified colors. |
| Dispose() override | Performs any necessary clean up operations before the object is destroyed. |
| get_Difference() const | Gets the difference array. This array is similar to the original image data array obtained as a result of the LockBits method. |
| get_Height() const | The height of difference. |
| get_SourceImage() const | Gets the image of first compared page. The image has a pixel format is 24bpp. |
| get_Stride() const | The stride of difference image data. |
| GetDestinationImage() | Returns a new bitmap representing the destination image by applying the difference array to the source image. |
See Also
- Class IDisposable
- Namespace Aspose::Pdf::Comparison
- Library Aspose.PDF for C++