Aspose::Pdf::Comparison::ComparisonStatisticsBuilder class

ComparisonStatisticsBuilder class

Represents a class for building comparison statistics.

class ComparisonStatisticsBuilder : public System::Object

Methods

MethodDescription
static BuildStatistics(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<Diff::DiffOperation>>>)Creates a statistics object for the result of comparing PDF pages or flat document comparison in which entire documents are compared.
static BuildStatistics(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<Diff::DiffOperation>>>>>)Creates a statistics object for the result of a page comparison of a PDF document.

See Also