'Declaration Public Function New( _
ByVal documentThe PDF document.As Vintasoft.Imaging.Pdf.PdfDocument, _
ByVal attachmentAnnotationPageIndexThe attachment annotation page index that specifies the page index (zero-based) in the current document containing the file attachment annotation.As System.Int32, _
ByVal attachmentAnnotationNameThe 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.