PdfFileAddLink Method
Adds a link

Namespace: Selenium
Assembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
Syntax
VB Usage
Dim instance As PdfFile
Dim link As String
Dim text As String
Dim size As Integer

instance.AddLink(link, text, size)

Parameters

link
Type: SystemString
Link to add
text (Optional)
Type: SystemString
Optional - Text for the link
size (Optional)
Type: SystemInt32
Optional - Font size
See Also