Class DocumentComparisonStatistics

DocumentComparisonStatistics class

تمثل فئة إحصائيات مقارنة المستندات.

public class DocumentComparisonStatistics : TextItemComparisonStatistics

Constructors

NameDescription
DocumentComparisonStatistics()المُنشئ الافتراضي.

Properties

NameDescription
DeletedCharactersCount { get; }يحصل على عدد الشخصيات المحذوفة ويضبطه.
DeleteOperationsCount { get; }يحصل على عدد عمليات الحذف ويضبطه.
InsertedCharactersCount { get; }يحصل على عدد الشخصيات المدخلة ويضبطه.
InsertOperationsCount { get; }يحصل على عدد عمليات الإدراج ويضبطه.
PagesStatistics { get; }يحصل على قائمة إحصائيات الصفحات ويضبطها.
TotalCharacters { get; }يحصل على العدد الإجمالي للشخصيات ويضبطه.

See Also