Aspose::Pdf::Comparison::ComparisonStatisticsBuilder::BuildStatistics method

ComparisonStatisticsBuilder::BuildStatistics(const System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>&) method

Creates a statistics object for the result of comparing PDF pages or flat document comparison in which entire documents are compared.

static System::SharedPtr<TextItemComparisonStatistics> Aspose::Pdf::Comparison::ComparisonStatisticsBuilder::BuildStatistics(const System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>> &diffs)
ParameterTypeDescription
diffsconst System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>&The list of differences.

ReturnValue

A statistics instance.

See Also

ComparisonStatisticsBuilder::BuildStatistics(const System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>>>&) method

Creates a statistics object for the result of a page comparison of a PDF document.

static System::SharedPtr<DocumentComparisonStatistics> Aspose::Pdf::Comparison::ComparisonStatisticsBuilder::BuildStatistics(const System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>>> &diffs)
ParameterTypeDescription
diffsconst System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>>>&The list of differences.

ReturnValue

A statistics instance.

See Also