SetLicenseData
IPDFDocument4 :: General document management :: Common

See Also
Collapse All

This method sets user license data to remove all demo version limitations.

Syntax

HRESULT SetLicenseData (
BSTR name,
BSTR key
)
Parameters
name
Registration name.

key
Registration key.

Return value
If successful, this method returns S_OK. If it fails, this method should return one of the error values.

Remarks

The SetLicenseData method must be called immediately after library initialization.
name and key are provided by Two Pilots company when you buy this product.

See the SaveToFile method for examples.

See Also

Reference