IPXV_Control::SetLicKey Method

From PDF XChange PDF SDK
Revision as of 16:46, 28 May 2015 by Pifagor (Talk | contribs)

Jump to: navigation, search


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