ComponentOne FlexReport for WinForms
C1LinkTargetPage Constructor

C1.Win.C1Document.4 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.
Initializes a new instance of the C1LinkTarget class.
Syntax
'Declaration
 
Public Function New( _
   ByVal documentAction As C1DocumentAction, _
   ByVal pageIndex As System.Integer, _
   ByVal pageBounds As C1.Win.Interop.Rect _
)
public C1LinkTargetPage( 
   C1DocumentAction documentAction,
   System.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

Reference

C1LinkTargetPage Class
C1LinkTargetPage Members