PdfFileAddTitle Method
Adds the text at the current position.

Namespace: Selenium
Assembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
Syntax
VB Usage
Dim instance As PdfFile
Dim text As String
Dim size As Short
Dim bold As Boolean
Dim italic As Boolean

instance.AddTitle(text, size, bold, italic)

Parameters

text
Type: SystemString
Text
size (Optional)
Type: SystemInt16
Font size
bold (Optional)
Type: SystemBoolean
Font weight
italic (Optional)
Type: SystemBoolean
Font is italic
See Also