C1.Document Assembly / C1.Document 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 Rect _
)
 

Parameters

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