PdfFileSetPageSize メソッド
Set the size of the page in millimeter(mm), inch(in) or point(pt).

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

instance.SetPageSize(width, heigth, metric)

パラメータ

width
型: SystemInt32
heigth
型: SystemInt32
metric(省略可)
型: SystemString
Optional metric: mm, in or pt
参照