Aspose::Pdf::Comparison::ComparisonStatisticsBuilder::BuildStatistics method
Contents
[
Hide
]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)
| Parameter | Type | Description |
|---|---|---|
| diffs | const System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<DiffOperation>>>& | The list of differences. |
ReturnValue
A statistics instance.
See Also
- Typedef SharedPtr
- Class TextItemComparisonStatistics
- Class List
- Class DiffOperation
- Class ComparisonStatisticsBuilder
- Namespace Aspose::Pdf::Comparison
- Library Aspose.PDF for C++
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)
| Parameter | Type | Description |
|---|---|---|
| diffs | const 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
- Typedef SharedPtr
- Class DocumentComparisonStatistics
- Class List
- Class DiffOperation
- Class ComparisonStatisticsBuilder
- Namespace Aspose::Pdf::Comparison
- Library Aspose.PDF for C++