RichTextBox for UWP | ComponentOne
C1.Xaml.RichTextBox Namespace / C1RichTextBox Class / PageCount Property

In This Topic
    PageCount Property
    In This Topic
    Gets the current number of display pages for the content hosted by the C1RichTextBox.
    Syntax
    'Declaration
     
    Public ReadOnly Property PageCount As Integer
    public int PageCount {get;}
    See Also