VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree Namespace / PdfEmbeddedGotoActionTarget Class / PdfEmbeddedGotoActionTarget Constructors / PdfEmbeddedGotoActionTarget Constructor(PdfDocument,Int32,String)
Syntax Requirements SeeAlso
In This Topic
    PdfEmbeddedGotoActionTarget Constructor(PdfDocument,Int32,String)
    In This Topic
    Initializes a new instance of the PdfEmbeddedGotoActionTarget class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal document
    The PDF document.
    As Vintasoft.Imaging.Pdf.PdfDocument, _
    ByVal attachmentAnnotationPageIndex
    The attachment annotation page index that specifies the page index (zero-based) in the current document containing the file attachment annotation.
    As System.Int32, _
    ByVal attachmentAnnotationName
    The name (Name) of attachment annotation.
    As System.String _
    )
    public PdfEmbeddedGotoActionTarget(
    Vintasoft.Imaging.Pdf.PdfDocument document,
    System.Int32 attachmentAnnotationPageIndex,
    System.String attachmentAnnotationName
    )
    public: PdfEmbeddedGotoActionTarget(
    Vintasoft.Imaging.Pdf.PdfDocument* document,
    System.Int32 attachmentAnnotationPageIndex,
    System.String attachmentAnnotationName
    )
    public:
    PdfEmbeddedGotoActionTarget(
    Vintasoft.Imaging.Pdf.PdfDocument^ document,
    System.Int32 attachmentAnnotationPageIndex,
    System.String attachmentAnnotationName
    )

    Parameters

    document
    The PDF document.
    attachmentAnnotationPageIndex
    The attachment annotation page index that specifies the page index (zero-based) in the current document containing the file attachment annotation.
    attachmentAnnotationName
    The name (Name) of attachment annotation.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also