| PdfFile Class |
Namespace: Selenium
Dim instance As PdfFile
The PdfFile type exposes the following members.
| Name | Description | |
|---|---|---|
| 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 |
Adds the text at the current position.
| |
| AddTextCenter |
Adds text centered horizontally
| |
| AddTitle |
Adds the text at the current position.
| |
| Dispose |
Release the resources.
| |
| 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).
|