Click or drag to resize

ScreenRecorderCheckLicense Method

Check the user license of the component.

Namespace:  CSScreenRecorder
Assembly:  CSScreenRecorder (in CSScreenRecorder.dll) Version: 1.0.4.0 (1.0.4.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