Aspose::Pdf::Comparison::TextPdfComparer::CreateComparisonStatistics method

TextPdfComparer::CreateComparisonStatistics(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<Diff::DiffOperation>>>) method

Gets comparison statistics.

static System::SharedPtr<TextItemComparisonStatistics> Aspose::Pdf::Comparison::TextPdfComparer::CreateComparisonStatistics(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 changes.

ReturnValue

The statistics.

See Also

TextPdfComparer::CreateComparisonStatistics(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<Diff::DiffOperation>>>>>) method

Gets documents comparison statistics.

static System::SharedPtr<DocumentComparisonStatistics> Aspose::Pdf::Comparison::TextPdfComparer::CreateComparisonStatistics(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 changes.

ReturnValue

The statistics.

See Also