<< Click to Display Table of Contents >> License |
[.NET, Java, PHP, Python, Ruby, VCL Only]
Licences VPE or an add-on module for the given document, so the demo banners disappear.
method void VPE.License(
string Serial1,
string Serial2
)
string Serial1, Serial2
the two serial strings provided by IDEAL Software when you acquire a license
Example:
If the license key has the following form:
VPE-A1234-123456
ABCD-EFGH
The method is called with:
VPE.License("VPE-A1234-123456", "ABCD-EFGH")
Remarks:
If you are using the VPE ActiveX, this method is not available.
The licensing for the ActiveX is done automatically by the COM Licensing Mechanism as defined by Microsoft. For a detailed explanation of the COM Licensing Mechanism, please see "Installing the VPE ActiveX - The Demo Banners Are Still Shown" in the Programmer's Manual.
If you obtained additional license keys for add-on products, call this method for each License Key separately. It is necessary that the VPE module is licensed first before any add-on module is licensed. Otherwise the licensing of the add-on modules will fail.
If you are using a Server License, it is necessary that you call License() for all available add-on modules first, before setting the property EnableMultiThreading = true.