Class DocumentStatisticsInfo
Represents statistical information about a RadDocument.
Inheritance
Namespace: Telerik.Windows.Documents.Model
Assembly: Telerik.Windows.Documents.dll
Syntax
public class DocumentStatisticsInfo : Object
Constructors
DocumentStatisticsInfo()
Initializes a new instance of the DocumentStatisticsInfo class.
Declaration
public DocumentStatisticsInfo()
Properties
CharactersCount
Gets or sets the characters count.
Declaration
public int CharactersCount { get; set; }
Property Value
System.Int32
The characters count. |
LinesCount
Gets or sets the lines count.
Declaration
public int LinesCount { get; set; }
Property Value
System.Int32
The lines count. |
PagesCount
Gets or sets the pages count.
Declaration
public int PagesCount { get; set; }
Property Value
System.Int32
The pages count. |
ParagraphsCount
Gets or sets the paragraphs count.
Declaration
public int ParagraphsCount { get; set; }
Property Value
System.Int32
The paragraphs count. |
SectionsCount
Gets or sets the sections count.
Declaration
public int SectionsCount { get; set; }
Property Value
System.Int32
The sections count. |
SpacesCount
Gets or sets the spaces count.
Declaration
public int SpacesCount { get; set; }
Property Value
System.Int32
The spaces count. |
WordsCount
Gets or sets the words count.
Declaration
public int WordsCount { get; set; }
Property Value
System.Int32
The words count. |
Methods
ToString()
Converts to string.
Declaration
public override string ToString()
Returns
System.String
A System.String that represents this instance. |