Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / C1HyperlinkInfo.Area Class / C1HyperlinkInfo.Area Constructor / C1HyperlinkInfo.Area Constructor(Int32,Rectangle)
The 0-based index of the page.
The rectangle on the page.

In This Topic
    C1HyperlinkInfo.Area Constructor(Int32,Rectangle)
    In This Topic
    Initializes a new instance of the C1HyperlinkInfo.Area class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal pageIndex As Integer, _
       ByVal rect As Rectangle _
    )
    public C1HyperlinkInfo.Area( 
       int pageIndex,
       Rectangle rect
    )

    Parameters

    pageIndex
    The 0-based index of the page.
    rect
    The rectangle on the page.
    See Also