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