PdfPage.AddWebLink Method (PdfRectangle, String)

PDF File Writer

PdfPageAddWebLink Method (PdfRectangle, String)

Add weblink to this page

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public PdfAnnotation AddWebLink(
	PdfRectangle AnnotRect,
	string WebLinkStr
)

Parameters

AnnotRect
Type: PdfFileWriterPdfRectangle
Weblink area
WebLinkStr
Type: SystemString
Hyperlink string

Return Value

Type: PdfAnnotation
PdfAnnotation object
Remarks

The four position arguments are in relation to the bottom left corner of the paper. If web link is empty, ignore this call.

For more information go to 2.7 Web Link Support

See Also