Click or drag to resize

CSFFmpegCheckLicense Method

Check the user license of the component.

Namespace:  CSFFmpeg
Assembly:  CSFFmpeg (in CSFFmpeg.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