PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / C1LinkTargetExternalAnchor Class / C1LinkTargetExternalAnchor Constructor / C1LinkTargetExternalAnchor Constructor(String,String)
The name of the file (C1D or C1DX) containing the target document.
The name (Name) of the target C1Anchor.

In This Topic
    C1LinkTargetExternalAnchor Constructor(String,String)
    In This Topic
    Initializes a new instance of the C1LinkTargetExternalAnchor class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal documentFileName As String, _
       ByVal anchorName As String _
    )
    public C1LinkTargetExternalAnchor( 
       string documentFileName,
       string anchorName
    )

    Parameters

    documentFileName
    The name of the file (C1D or C1DX) containing the target document.
    anchorName
    The name (Name) of the target C1Anchor.
    See Also