Click or drag to resize

CSPhantomJSCheckLicense Method

Check the user license of the component.

Namespace:  CSPhantomJS
Assembly:  CSPhantomJS (in CSPhantomJS.dll) Version: 1.0.0
Syntax
public bool CheckLicense(
	bool DisplayRegistrationWindow = true
)

Parameters

DisplayRegistrationWindow (Optional)
Type: SystemBoolean
Display the registration form or not.

Return Value

Type: Boolean
True if the license is OK, false if not.
See Also