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

ComparisonStatisticsBuilder::BuildStatistics(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<Diff::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(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<Diff::DiffOperation>>> diffs)
ParameterTypeDescription
diffsSystem::SharedPtr<System::Collections::Generic::List<System::SharedPtr<Diff::DiffOperation>>>The list of differences.

ReturnValue

A statistics instance.

See Also

ComparisonStatisticsBuilder::BuildStatistics(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<Diff::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(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<Diff::DiffOperation>>>>> diffs)
ParameterTypeDescription
diffsSystem::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<Diff::DiffOperation>>>>>The list of differences.

ReturnValue

A statistics instance.

See Also