'Declaration Public Function New( _
ByVal pageThe parent page of new annotation.As Vintasoft.Imaging.Pdf.Tree.PdfPage, _
ByVal activateActionAn action to be performed when the annotation is activated.As Vintasoft.Imaging.Pdf.Tree.PdfAction _
)
public PdfLinkAnnotation(
Vintasoft.Imaging.Pdf.Tree.PdfPage page,
Vintasoft.Imaging.Pdf.Tree.PdfAction activateAction
)
public: PdfLinkAnnotation(
Vintasoft.Imaging.Pdf.Tree.PdfPage* page,
Vintasoft.Imaging.Pdf.Tree.PdfAction* activateAction
)
public:
PdfLinkAnnotation(
Vintasoft.Imaging.Pdf.Tree.PdfPage^ page,
Vintasoft.Imaging.Pdf.Tree.PdfAction^ activateAction
)
Parameters
- page
- The parent page of new annotation.
- activateAction
- An action to be performed when the annotation is activated.