'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 attachmentAnnotationIndexThe attachment annotation index that specifies the index (zero-based) in the Annotations collection.As System.Int32 _
)
public PdfEmbeddedGotoActionTarget(
Vintasoft.Imaging.Pdf.PdfDocument document,
System.Int32 attachmentAnnotationPageIndex,
System.Int32 attachmentAnnotationIndex
)
public: PdfEmbeddedGotoActionTarget(
Vintasoft.Imaging.Pdf.PdfDocument* document,
System.Int32 attachmentAnnotationPageIndex,
System.Int32 attachmentAnnotationIndex
)
public:
PdfEmbeddedGotoActionTarget(
Vintasoft.Imaging.Pdf.PdfDocument^ document,
System.Int32 attachmentAnnotationPageIndex,
System.Int32 attachmentAnnotationIndex
)
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.
- attachmentAnnotationIndex
- The attachment annotation index that specifies the index (zero-based) in the Annotations collection.