Adds a link
Namespace: SeleniumAssembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
SyntaxDim 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