Aspose::Pdf::Comparison::SideBySidePagesComparisonResult class
Contents
[
Hide
]SideBySidePagesComparisonResult class
Represents the class of the result of a side-by-side comparison operation performed on two pages.
class SideBySidePagesComparisonResult : public System::Object
Methods
| Method | Description |
|---|---|
| get_FirstPageChanges() const | Get a list of changes to the pages of the first page. |
| get_FullChanges() const | Get a complete list of changes of the pages. |
| get_HasChanges() const | Gets the value indicates whether there are any changes between the compared pages. |
| get_SecondPageChanges() const | Get a list of changes to the pages of the second page. |
| SideBySidePagesComparisonResult(bool, const System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<EditContainer>>>&, const System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<EditContainer>>>&, const System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>&) | Creates an instance of SideBySidePagesComparisonResult class. |
See Also
- Class Object
- Namespace Aspose::Pdf::Comparison
- Library Aspose.PDF for C++