PdfFile クラス
PDF の印刷結果の取得やページ操作など、PDF をテストやレポート用途で扱うためのクラスです。
継承階層
SystemObject
  SeleniumPdfFile

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

PdfFile には次のメンバーが定義されています。

コンストラクター
  名前説明
公開メソッドPdfFile
空の PDF を作成します。
ページ先頭
メソッド
  名前説明
公開メソッドAddBookmark
Adds a bookmark.
公開メソッドAddImage
Adds an image at the current position
公開メソッドAddLink
Adds a link
公開メソッドAddPage
Adds a new page.
公開メソッドAddSpace
Adds a vacant height in millimeter(default), inch or point.
公開メソッドAddText
現在位置にテキストを追加します。
公開メソッドAddTextCenter
Adds text centered horizontally
公開メソッドAddTitle
現在位置にテキストを追加します。
公開メソッドDispose
リソースを解放します。
公開メソッドSaveAs
Saves as a file.
公開メソッドSetMargins
Set the margins of the page in millimeter(mm), inch(in) or point(pt).
公開メソッドSetPageSize
Set the size of the page in millimeter(mm), inch(in) or point(pt).
ページ先頭
参照