FlexReport for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document Namespace / C1BookmarkPosition Class / C1BookmarkPosition Constructor
The 0-based page index.
The bookmark's bounds on page.

In This Topic
    C1BookmarkPosition Constructor
    In This Topic
    Initializes a new instance of the C1BookmarkPosition class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal pageIndex As Integer, _
       ByVal pageBounds As C1.Win.Interop.Rect _
    )
    public C1BookmarkPosition( 
       int pageIndex,
       C1.Win.Interop.Rect pageBounds
    )

    Parameters

    pageIndex
    The 0-based page index.
    pageBounds
    The bookmark's bounds on page.
    See Also