| 
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.Doc.License
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public static bool UnbindDevelopmentOrTestingLicenses()
 
Public Shared Function UnbindDevelopmentOrTestingLicenses As Boolean
 
public:
static bool UnbindDevelopmentOrTestingLicenses()
 
static member UnbindDevelopmentOrTestingLicenses : unit -> bool 
 
 
 
Return Value
 
 Type:
 
Boolean
 
 Returns true if the unbinding operation was successful; otherwise, false.
 
 See Also
See Also