Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
C#
public class DocumentStatisticsInfo : AutomationObject<DocumentStatisticsInfo>, IAutomationPeer, IPeerConverter, IDocumentStatisticsInfo
Inheritance: objectAutomationObject<DocumentStatisticsInfo>DocumentStatisticsInfo
Implements:
Inherited Members
Constructors
C#
public DocumentStatisticsInfo()
Properties
C#
public int CharactersCount { get; set; }
Implements:
C#
public int LinesCount { get; set; }
Implements:
C#
public int PagesCount { get; set; }
Implements:
C#
public int ParagraphsCount { get; set; }
Implements:
C#
public int SectionsCount { get; set; }
Implements:
C#
public int SpacesCount { get; set; }
Implements:
C#
public int WordsCount { get; set; }
Implements: