PdfLinkAnnotationCreateDocumentLink Method Terminal Works - PDF Printing.Net Library
Creates a link within the current document.

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

public static PdfLinkAnnotation CreateDocumentLink(
	PdfRectangle rect,
	int destinationPage
)

Parameters

rect
Type: PdfEdit.PdfPdfRectangle
The link area in default page coordinates.
destinationPage
Type: SystemInt32
The one-based destination page number.

Return Value

Type: PdfLinkAnnotation
See Also

Reference