Gets the current number of display pages for the content hosted by the C1RichTextBox.

Namespace:  C1.Silverlight.RichTextBox
Assembly:  C1.Silverlight.RichTextBox (in C1.Silverlight.RichTextBox.dll)

Syntax

C#
public int PageCount { get; private set; }
Visual Basic
Public Property PageCount As Integer
	Get
	Private Set

See Also