Aspose::Pdf::Comparison::SideBySideDocsComparisonResult class
Contents
[
Hide
]SideBySideDocsComparisonResult class
Represents the class of the result of a side-by-side comparison operation performed on two documents.
class SideBySideDocsComparisonResult : public System::Object
Methods
| Method | Description |
|---|---|
| get_FirstDocChanges() const | Get a list of changes to the pages of the first document. |
| get_FullChanges() const | Get a complete list of changes to the pages of the document. Each index in the list represents the two pages of the document that are being compared, and the list of change operations represents the list of changes to those pages. |
| get_HasChanges() const | Gets the value indicates whether there are any changes between the compared documents. |
| get_SecondDocChanges() const | Get a list of changes to the pages of the second document. |
| SideBySideDocsComparisonResult(bool, const System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<EditContainer>>>>>&, const System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<EditContainer>>>>>&, const System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>>>&) | Creates an instance of SideBySideDocsComparisonResult class. |
See Also
- Class Object
- Namespace Aspose::Pdf::Comparison
- Library Aspose.PDF for C++