Aspose::Pdf::Comparison::SideBySideDocsComparisonResult class

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

MethodDescription
get_FirstDocChanges() constGet a list of changes to the pages of the first document.
get_FullChanges() constGet 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() constGets the value indicates whether there are any changes between the compared documents.
get_SecondDocChanges() constGet 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