IPXV_Control::SetLicKey Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 3: Line 3:
 
{{#customTitle:IPXV_Control::SetLicKey Method}}
 
{{#customTitle:IPXV_Control::SetLicKey Method}}
 
{{#parentPage:PXV:IPXV_Control#Methods|SetLicKey|method}}
 
{{#parentPage:PXV:IPXV_Control#Methods|SetLicKey|method}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
Specifies the developer's license key to prevent showing the DEMO labels across the pages.
  
 
== Syntax ==
 
== Syntax ==
Line 14: Line 13:
 
== Parameters ==
 
== Parameters ==
 
;pKey
 
;pKey
:[in]  Value of BSTR.
+
:[in]  The unicode string that contains the body of the license key.
 
;pKeyOK
 
;pKeyOK
:[out, retval]  Pointer to VARIANT_BOOL.
+
:[out, retval]  Returns the <tt>true</tt> value when key is valid and approved and <tt>false</tt> otherwise.
  
 
== Return Value ==
 
== Return Value ==

Revision as of 16:46, 28 May 2015


Specifies the developer's license key to prevent showing the DEMO labels across the pages.

Syntax

HRESULT SetLicKey([in]           BSTR           pKey,
                  [out, retval]  VARIANT_BOOL*  pKeyOK);

Parameters

pKey
[in] The unicode string that contains the body of the license key.
pKeyOK
[out, retval] Returns the true value when key is valid and approved and false otherwise.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

IPXV_Control