PdfFileAddImage Method
Adds an image 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 image As Image
Dim autoDispose As Boolean

instance.AddImage(image, autoDispose)

Parameters

image
Type: SeleniumImage
autoDispose (Optional)
Type: SystemBoolean
Release the resources of the image if true
See Also