PdfLinkAnnotationCreateWebLink Method Terminal Works - PDF Printing.Net Library
Creates a link to the web.

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

public static PdfLinkAnnotation CreateWebLink(
	PdfRectangle rect,
	string url
)

Parameters

rect
Type: PdfEdit.PdfPdfRectangle
url
Type: SystemString

Return Value

Type: PdfLinkAnnotation
See Also

Reference