ComponentOne Document Library for UWP
C1LinkTargetPage Constructor

C1.UWP.Document Assembly > C1.Xaml.Document 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 Windows.Foundation.Rect _
)
public C1LinkTargetPage( 
   C1DocumentAction documentAction,
   System.int pageIndex,
   Windows.Foundation.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