PDF File Writer Class Library - Author Uzi Granot
PdfWebLinkAddWebLink Method |
Add a weblink
Namespace: PdfFileWriter
Assembly: PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)

C#
public static PdfWebLink AddWebLink( PdfDocument Document, string WebLinkStr )
Parameters
- Document
- Type: PdfFileWriterPdfDocument
PDF document - WebLinkStr
- Type: SystemString
Weblink text
Return Value
Type: PdfWebLinkWeblink object

The library will make sure that all weblinks in the PDF file are unique. To create a weblink class you must use a static menthod. This method will create a new object for a new weblink. The mothod will return an existing object if it is a duplicate.
