Class
DocumentStatisticsInfo

Represents statistical information about a RadDocument.

Definition

Namespace:Telerik.Windows.Documents.Model

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class DocumentStatisticsInfo

Inheritance: objectDocumentStatisticsInfo

Constructors

DocumentStatisticsInfo()

Initializes a new instance of the DocumentStatisticsInfo class.

Declaration

cs-api-definition
public DocumentStatisticsInfo()

Properties

CharactersCount

Gets or sets the characters count.

Declaration

cs-api-definition
public int CharactersCount { get; set; }

Property Value

int

The characters count.

LinesCount

Gets or sets the lines count.

Declaration

cs-api-definition
public int LinesCount { get; set; }

Property Value

int

The lines count.

PagesCount

Gets or sets the pages count.

Declaration

cs-api-definition
public int PagesCount { get; set; }

Property Value

int

The pages count.

ParagraphsCount

Gets or sets the paragraphs count.

Declaration

cs-api-definition
public int ParagraphsCount { get; set; }

Property Value

int

The paragraphs count.

SectionsCount

Gets or sets the sections count.

Declaration

cs-api-definition
public int SectionsCount { get; set; }

Property Value

int

The sections count.

SpacesCount

Gets or sets the spaces count.

Declaration

cs-api-definition
public int SpacesCount { get; set; }

Property Value

int

The spaces count.

WordsCount

Gets or sets the words count.

Declaration

cs-api-definition
public int WordsCount { get; set; }

Property Value

int

The words count.

Methods

ToString()

Converts to string.

Declaration

cs-api-definition
public override string ToString()

Returns

string

A string that represents this instance.

Overrides object.ToString()