Interface IDocumentStatisticsInfo
Namespace: Telerik.WebAii.Controls.Xaml.Documents
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public interface IDocumentStatisticsInfo
Properties
CharactersCount
Declaration
int CharactersCount { get; set; }
Property Value
System.Int32
|
LinesCount
Declaration
int LinesCount { get; set; }
Property Value
System.Int32
|
PagesCount
Declaration
int PagesCount { get; set; }
Property Value
System.Int32
|
ParagraphsCount
Declaration
int ParagraphsCount { get; set; }
Property Value
System.Int32
|
SectionsCount
Declaration
int SectionsCount { get; set; }
Property Value
System.Int32
|
SpacesCount
Declaration
int SpacesCount { get; set; }
Property Value
System.Int32
|
WordsCount
Declaration
int WordsCount { get; set; }
Property Value
System.Int32
|