ComponentOne Word for WPF
C1.WPF.Word.4.5.2 Assembly / C1.WPF.Word Namespace / C1WordDocument Class / CurrentPageIndex Property

In This Topic
    CurrentPageIndex Property
    In This Topic
    Gets current page number for this document.
    Syntax
    'Declaration
     
    Public ReadOnly Property CurrentPageIndex As Integer
    public int CurrentPageIndex {get;}

    Property Value

    The current page number of the Word/RTF document.
    See Also