Aspose::Pdf::Comparison::ComparisonStatisticsBuilder::BuildStatistics metod

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

Skapar ett statistikobjekt för resultatet av att jämföra PDF-sidor eller platt dokumentjämförelse där hela dokument jämförs.

static System::SharedPtr<TextItemComparisonStatistics> Aspose::Pdf::Comparison::ComparisonStatisticsBuilder::BuildStatistics(const System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>> &diffs)
ParameterTypBeskrivning
diffarconst System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>&Listan över skillnader.

ReturnValue

En statistikinstans.

Se även

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

Skapar ett statistikobjekt för resultatet av en sidjämförelse av ett PDF-dokument.

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)
ParameterTypBeskrivning
diffarconst System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>>>&Listan över skillnader.

ReturnValue

En statistikinstans.

Se även