Click or drag to resize

LicenseProvider UnbindDevelopmentOrTestingLicenses Method

Unbind development or testing licenses. Only development or testing licenses can be unbound, deployment licenses cannot be unbound. The approach to lifting development or testing licenses does not allow frequent invocation by the same machine code, mandating a two-hour wait period before it can be invoked again.

Namespace: Spire.Pdf.License
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public static bool UnbindDevelopmentOrTestingLicenses()

Return Value

Type: Boolean
Returns true if the unbinding operation was successful; otherwise, false.
See Also