Accusoft.ThumbnailXpress6.Net
SetPDFXSolutionKey Method




Unlock key 1
Unlock key 2
Unlock key 3
Unlock key 4
Sets the PDF Xpress control runtime license deployment key.
Syntax
'Declaration
 
Public Sub SetPDFXSolutionKey( _
   ByVal key1 As Long, _
   ByVal key2 As Long, _
   ByVal key3 As Long, _
   ByVal key4 As Long _
) 
'Usage
 
Dim instance As Licensing
Dim key1 As Long
Dim key2 As Long
Dim key3 As Long
Dim key4 As Long
 
instance.SetPDFXSolutionKey(key1, key2, key3, key4)
public void SetPDFXSolutionKey( 
   long key1,
   long key2,
   long key3,
   long key4
)
public: void SetPDFXSolutionKey( 
   long key1,
   long key2,
   long key3,
   long key4
) 
public:
void SetPDFXSolutionKey( 
   int64 key1,
   int64 key2,
   int64 key3,
   int64 key4
) 

Parameters

key1
Unlock key 1
key2
Unlock key 2
key3
Unlock key 3
key4
Unlock key 4
Remarks
This is the solution key for PDF Xpress required for all runtime licensing. The four integers are provided at the time of purchase of the runtime licenses along with the solution name for PDF Xpress, which is set with the SetPDFXSolutionName method.

Note: AccessPdfXpress must be successfully called before calling SetPDFXSolutionKey.

See Also

Reference

Licensing Class
Licensing Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback