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

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

Syntax

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

See Also