Accusoft Pegasus
Accusoft.MicrXpress1.Net
UnlockRunTime Method
See Also  Send Feedback
Accusoft.MicrXpressSdk Namespace > Licensing Class : UnlockRunTime Method




code1
One of the unlock codes.
code2
One of the unlock codes.
code3
One of the unlock codes.
code4
One of the unlock codes.
Unlocks the component.

Syntax

Visual Basic (Declaration)  
Public Sub UnlockRunTime( _
   ByVal code1 As Integer, _
   ByVal code2 As Integer, _
   ByVal code3 As Integer, _
   ByVal code4 As Integer _
) 
Visual Basic (Usage) Copy Code
Dim instance As Licensing
Dim code1 As Integer
Dim code2 As Integer
Dim code3 As Integer
Dim code4 As Integer
 
instance.UnlockRunTime(code1, code2, code3, code4)
C#  
public void UnlockRunTime( 
   int code1,
   int code2,
   int code3,
   int code4
)
Managed Extensions for C++  
public: void UnlockRunTime( 
   int code1,
   int code2,
   int code3,
   int code4
) 
C++/CLI  
public:
void UnlockRunTime( 
   int code1,
   int code2,
   int code3,
   int code4
) 

Parameters

code1
One of the unlock codes.
code2
One of the unlock codes.
code3
One of the unlock codes.
code4
One of the unlock codes.

Remarks

If you lose your unlock codes, you can retrieve them on our website.

Throws InvalidLicenseException if the control fails to unlock with the provided unlock codes.

See Also


©2009. Pegasus Imaging Corporation, DBA Accusoft Pegasus. All Rights Reserved.