PdfFile Class
PDF object
Inheritance Hierarchy
SystemObject
  SeleniumPdfFile

Namespace: Selenium
Assembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
Syntax
VB Usage
Dim instance As PdfFile

The PdfFile type exposes the following members.

Constructors
  NameDescription
Public methodPdfFile
Creates a new empty PDF
Top
Methods
  NameDescription
Public methodAddBookmark
Adds a bookmark.
Public methodAddImage
Adds an image at the current position
Public methodAddLink
Adds a link
Public methodAddPage
Adds a new page.
Public methodAddSpace
Adds a vacant height in millimeter(default), inch or point.
Public methodAddText
Adds the text at the current position.
Public methodAddTextCenter
Adds text centered horizontally
Public methodAddTitle
Adds the text at the current position.
Public methodDispose
Release the resources.
Public methodSaveAs
Saves as a file.
Public methodSetMargins
Set the margins of the page in millimeter(mm), inch(in) or point(pt).
Public methodSetPageSize
Set the size of the page in millimeter(mm), inch(in) or point(pt).
Top
See Also