'Declaration Public Function New( _
ByVal pageThe parent page of new annotation.As Vintasoft.Imaging.Pdf.Tree.PdfPage, _
ByVal destinationThe destination to be displayed when this link is activated.As Vintasoft.Imaging.Pdf.Tree.PdfDestinationBase _
)
public PdfLinkAnnotation(
Vintasoft.Imaging.Pdf.Tree.PdfPage page,
Vintasoft.Imaging.Pdf.Tree.PdfDestinationBase destination
)
public: PdfLinkAnnotation(
Vintasoft.Imaging.Pdf.Tree.PdfPage* page,
Vintasoft.Imaging.Pdf.Tree.PdfDestinationBase* destination
)
public:
PdfLinkAnnotation(
Vintasoft.Imaging.Pdf.Tree.PdfPage^ page,
Vintasoft.Imaging.Pdf.Tree.PdfDestinationBase^ destination
)
Parameters
- page
- The parent page of new annotation.
- destination
- The destination to be displayed when this link is activated.