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