Class DocumentComparisonStatistics

DocumentComparisonStatistics class

Represents a document comparison statistics class.

public class DocumentComparisonStatistics : TextItemComparisonStatistics

Constructors

NameDescription
DocumentComparisonStatistics()The default constructor.

Properties

NameDescription
DeletedCharactersCount { get; }Gets and sets the number of deleted characters.
DeleteOperationsCount { get; }Gets and sets the number of delete operations.
InsertedCharactersCount { get; }Gets and sets the number of inseted characters.
InsertOperationsCount { get; }Gets and sets the number of insert operations.
PagesStatistics { get; }Gets and sets the list of pages statistics.
TotalCharacters { get; }Gets and sets the total number of characters.

See Also