Document Library for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document Namespace / C1LinkTargetPage Class / C1LinkTargetPage Constructor
The C1DocumentAction object to execute.
The index of the page within document.
The area within page.

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

    Parameters

    documentAction
    The C1DocumentAction object to execute.
    pageIndex
    The index of the page within document.
    pageBounds
    The area within page.
    See Also