PdfFileAddLink メソッド
Adds a link

名前空間: Selenium
アセンブリ: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
構文
VB 使用例
Dim instance As PdfFile
Dim link As String
Dim text As String
Dim size As Integer

instance.AddLink(link, text, size)

パラメータ

link
型: SystemString
Link to add
text(省略可)
型: SystemString
Optional - Text for the link
size(省略可)
型: SystemInt32
Optional - Font size
参照