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

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