| PdfFileSetPageSize Method |
Set the size of the page in millimeter(mm), inch(in) or point(pt).
Namespace: SeleniumAssembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
SyntaxDim instance As PdfFile
Dim width As Integer
Dim heigth As Integer
Dim metric As String
instance.SetPageSize(width, heigth, metric)
Parameters
- width
- Type: SystemInt32
- heigth
- Type: SystemInt32
- metric (Optional)
- Type: SystemString
Optional metric: mm, in or pt
See Also