PdfPageAddDocumentLink Method Terminal Works - PDF Printing.Net Library
Adds an intra document link.

Namespace: PdfEdit.Pdf
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.1.1.0 (5.1.1.0)
Syntax

public PdfLinkAnnotation AddDocumentLink(
	PdfRectangle rect,
	int destinationPage
)

Parameters

rect
Type: PdfEdit.PdfPdfRectangle
The rect.
destinationPage
Type: SystemInt32
The destination page.

Return Value

Type: PdfLinkAnnotation
See Also

Reference