Aspose::Pdf::Comparison::SideBySidePagesComparisonResult class

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

MethodDescription
get_FirstPageChanges() constGet a list of changes to the pages of the first page.
get_FullChanges() constGet a complete list of changes of the pages.
get_HasChanges() constGets the value indicates whether there are any changes between the compared pages.
get_SecondPageChanges() constGet 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