Document Library for UWP | ComponentOne
C1.UWP.Document Assembly / C1.Xaml.Document Namespace / C1LinkTarget Class / C1LinkTarget Constructor
The C1DocumentAction object to execute.
The string defining bookmark in the document.

In This Topic
    C1LinkTarget Constructor
    In This Topic
    Initializes a new instance of the C1LinkTarget class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal documentAction As C1DocumentAction, _
       ByVal bookmark As String _
    )
    public C1LinkTarget( 
       C1DocumentAction documentAction,
       string bookmark
    )

    Parameters

    documentAction
    The C1DocumentAction object to execute.
    bookmark
    The string defining bookmark in the document.
    See Also