Method | Description | |
---|---|---|
SaveAsFile ( string fileName, |
Saves the screenshot to a file, overwriting the file if it already exists.
|
|
Screenshot ( string base64EncodedScreenshot ) : System |
Initializes a new instance of the Screenshot class.
|
|
ToString ( ) : string |
Returns a
|
public SaveAsFile ( string fileName, |
||
fileName | string | The full path and file name to save the screenshot to. |
format | A |
|
return | void |
public Screenshot ( string base64EncodedScreenshot ) : System | ||
base64EncodedScreenshot | string | The image of the page as a Base64-encoded string. |
return | System |