PdfFileSetMargins メソッド
Set the margins 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 left As Integer
Dim right As Integer
Dim top As Integer
Dim bottom As Integer
Dim metric As String

instance.SetMargins(left, right, top, bottom, 
	metric)

パラメータ

left
型: SystemInt32
right
型: SystemInt32
top
型: SystemInt32
bottom
型: SystemInt32
metric(省略可)
型: SystemString
Optional metric: mm, in or pt
参照