PdfFileSetPageSize Method
Set the size of the page in millimeter(mm), inch(in) or point(pt).

Namespace: Selenium
Assembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
Syntax
VB Usage
Dim instance As PdfFile
Dim width As Integer
Dim heigth As Integer
Dim metric As String

instance.SetPageSize(width, heigth, metric)

Parameters

width
Type: SystemInt32

[Missing <param name="width"/> documentation for "M:Selenium.PdfFile.SetPageSize(System.Int32,System.Int32,System.String)"]

heigth
Type: SystemInt32

[Missing <param name="heigth"/> documentation for "M:Selenium.PdfFile.SetPageSize(System.Int32,System.Int32,System.String)"]

metric (Optional)
Type: SystemString
Optional metric: mm, in or pt
See Also