PDF File Writer Class Library - Author Uzi Granot
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)

C#
public PdfAnnotation AddWebLink( PdfRectangle AnnotRect, string WebLinkStr )
Parameters
- AnnotRect
- Type: PdfFileWriterPdfRectangle
Weblink area - WebLinkStr
- Type: SystemString
Hyperlink string
Return Value
Type: PdfAnnotationPdfAnnotation object

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
